summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-13 08:36:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-13 08:36:58 +0000
commitb3e94fa9ff8d571173f15b41c3660cb5de143abd (patch)
tree0257ccefb37bc3c097f50afc0192abebbf1b3828 /etc
parent7f7f0ff52ac3bec2cf1fec971e8f1a3e3a370f36 (diff)
repair v6 lo0 documentation
Diffstat (limited to 'etc')
-rw-r--r--etc/netstart6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/netstart b/etc/netstart
index bf800a279cc..daf1a3bb307 100644
--- a/etc/netstart
+++ b/etc/netstart
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: netstart,v 1.92 2004/01/11 06:07:16 deraadt Exp $
+# $OpenBSD: netstart,v 1.93 2004/01/13 08:36:57 deraadt Exp $
# Returns true if $1 contains only alphanumerics
isalphanumeric() {
@@ -194,8 +194,8 @@ if [ -f /etc/defaultdomain ]; then
domainname `cat /etc/defaultdomain`
fi
-# Set the address for the loopback interface.
-# It will also initialize IPv6 address for lo0 (::1 and others).
+# 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