=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.68 retrieving revision 1.69 diff -c -r1.68 -r1.69 *** src/etc/netstart 2000/04/04 13:44:51 1.68 --- src/etc/netstart 2000/04/21 21:27:34 1.69 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.68 2000/04/04 13:44:51 millert Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.69 2000/04/21 21:27:34 deraadt Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { *************** *** 26,31 **** --- 26,34 ---- # pick up option configuration . /etc/rc.conf + if [ -f $local_rcconf ]; then + . $local_rcconf + fi # Configure the IP filter before configuring network interfaces if [ X"${ipfilter}" = X"YES" -a -f "${ipfilter_rules}" ]; then