=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.70 retrieving revision 1.71 diff -c -r1.70 -r1.71 *** src/etc/netstart 2000/05/08 21:44:39 1.70 --- src/etc/netstart 2000/06/18 19:02:24 1.71 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.70 2000/05/08 21:44:39 todd Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.71 2000/06/18 19:02:24 todd Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { *************** *** 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 --- 26,31 ----