=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- src/etc/netstart 1997/09/04 01:12:23 1.29 +++ src/etc/netstart 1997/10/14 20:34:55 1.30 @@ -1,10 +1,7 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.29 1997/09/04 01:12:23 deraadt Exp $ +# $OpenBSD: netstart,v 1.30 1997/10/14 20:34:55 deraadt Exp $ -# pick up option configuration -. /etc/rc.conf - # /etc/myname contains my symbolic name # hostname=`cat /etc/myname` @@ -12,6 +9,9 @@ if [ -f /etc/defaultdomain ]; then domainname `cat /etc/defaultdomain` fi + +# pick up option configuration +. /etc/rc.conf # Configure the IP filter before configuring network interfaces #