Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d rc.d/network: improve wording of waiting for DAD to...
details: https://anonhg.NetBSD.org/src/rev/aa8eea66e1df
branches: trunk
changeset: 969493:aa8eea66e1df
user: roy <roy%NetBSD.org@localhost>
date: Sat Feb 22 11:52:45 2020 +0000
description:
rc.d/network: improve wording of waiting for DAD to finish
diffstat:
etc/rc.d/amd | 5 +++--
etc/rc.d/dhcpcd | 3 ++-
etc/rc.d/network | 7 +++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (58 lines):
diff -r 664f93ceb045 -r aa8eea66e1df etc/rc.d/amd
--- a/etc/rc.d/amd Sat Feb 22 11:24:47 2020 +0000
+++ b/etc/rc.d/amd Sat Feb 22 11:52:45 2020 +0000
@@ -1,11 +1,12 @@
#!/bin/sh
#
-# $NetBSD: amd,v 1.15 2008/02/25 22:12:42 tron Exp $
+# $NetBSD: amd,v 1.16 2020/02/22 11:52:45 roy Exp $
#
# PROVIDE: amd
-# REQUIRE: rpcbind mountall ypbind
+# REQUIRE: rpcbind mountall
# BEFORE: DAEMON
+# AFTER: ypbind
$_rc_subr_loaded . /etc/rc.subr
diff -r 664f93ceb045 -r aa8eea66e1df etc/rc.d/dhcpcd
--- a/etc/rc.d/dhcpcd Sat Feb 22 11:24:47 2020 +0000
+++ b/etc/rc.d/dhcpcd Sat Feb 22 11:52:45 2020 +0000
@@ -1,10 +1,11 @@
#!/bin/sh
-# $NetBSD: dhcpcd,v 1.5 2016/01/07 22:03:00 roy Exp $
+# $NetBSD: dhcpcd,v 1.6 2020/02/22 11:52:45 roy Exp $
# PROVIDE: dhcpcd
# REQUIRE: network mountcritlocal
# BEFORE: NETWORKING
+# KEYWORD: chrootdir
$_rc_subr_loaded . /etc/rc.subr
diff -r 664f93ceb045 -r aa8eea66e1df etc/rc.d/network
--- a/etc/rc.d/network Sat Feb 22 11:24:47 2020 +0000
+++ b/etc/rc.d/network Sat Feb 22 11:52:45 2020 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: network,v 1.76 2018/10/23 09:25:33 mrg Exp $
+# $NetBSD: network,v 1.77 2020/02/22 11:52:45 roy Exp $
#
# PROVIDE: network
@@ -447,10 +447,9 @@
network_wait_dad()
{
- # Wait for the DAD flags to clear form all addresses.
+ # Wait for the DAD flags to clear from all addresses.
if [ -n "$ifconfig_wait_dad_flags" ]; then
- echo 'Waiting for DAD to complete for' \
- 'statically configured addresses...'
+ echo "Waiting for duplicate address detection to finish..."
ifconfig $ifconfig_wait_dad_flags
fi
}
Home |
Main Index |
Thread Index |
Old Index