=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.78 retrieving revision 1.79 diff -c -r1.78 -r1.79 *** src/etc/netstart 2001/05/30 02:11:08 1.78 --- src/etc/netstart 2001/07/03 03:28:19 1.79 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.78 2001/05/30 02:11:08 deraadt Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.79 2001/07/03 03:28:19 deraadt Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { *************** *** 23,31 **** if [ -f /etc/defaultdomain ]; then domainname `cat /etc/defaultdomain` fi - - # pick up option configuration - . /etc/rc.conf # set the address for the loopback interface # it will also initialize IPv6 address for lo0 (::1 and others). --- 23,28 ----