=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.92 retrieving revision 1.93 diff -c -r1.92 -r1.93 *** src/etc/netstart 2004/01/11 06:07:16 1.92 --- src/etc/netstart 2004/01/13 08:36:57 1.93 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.92 2004/01/11 06:07:16 deraadt Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.93 2004/01/13 08:36:57 deraadt Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { *************** *** 194,201 **** domainname `cat /etc/defaultdomain` fi ! # Set the address for the loopback interface. ! # It will also initialize IPv6 address for lo0 (::1 and others). ifconfig lo0 inet 127.0.0.1 if ifconfig lo0 inet6 >/dev/null 2>&1; then --- 194,201 ---- domainname `cat /etc/defaultdomain` fi ! # Set the address for the loopback interface. Bringing the ! # interface up, automatically invokes the IPv6 address ::1) ifconfig lo0 inet 127.0.0.1 if ifconfig lo0 inet6 >/dev/null 2>&1; then