Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d fix comment on DAD wait



details:   https://anonhg.NetBSD.org/src/rev/cddfa32ca95c
branches:  trunk
changeset: 495644:cddfa32ca95c
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Aug 02 13:59:11 2000 +0000

description:
fix comment on DAD wait

diffstat:

 etc/rc.d/network |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 11920e6c1da2 -r cddfa32ca95c etc/rc.d/network
--- a/etc/rc.d/network  Wed Aug 02 12:26:54 2000 +0000
+++ b/etc/rc.d/network  Wed Aug 02 13:59:11 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: network,v 1.17 2000/08/01 20:49:11 itojun Exp $
+# $NetBSD: network,v 1.18 2000/08/02 13:59:11 itojun Exp $
 #
 
 # PROVIDE: network
@@ -307,8 +307,8 @@
                            "ip6mode must be set to 'autohost' to use rtsol."
                        fi
 
-                       # wait till DAD is completed. always invoke it in case
-                       # if are configured manually by ifconfig
+                       # wait till DAD is completed, for global addresses
+                       # configured by router advert message.
                        #
                        sleep $dadcount
                        sleep 1



Home | Main Index | Thread Index | Old Index