Module Name: src
Committed By: kre
Date: Thu Jul 6 09:49:39 UTC 2017
Modified Files:
src/etc/rc.d: network
Log Message:
Revert previous - not a typo, even though it looks like one
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/etc/rc.d/network
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/rc.d/network
diff -u src/etc/rc.d/network:1.72 src/etc/rc.d/network:1.73
--- src/etc/rc.d/network:1.72 Thu Jul 6 09:24:47 2017
+++ src/etc/rc.d/network Thu Jul 6 09:49:39 2017
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: network,v 1.72 2017/07/06 09:24:47 kre Exp $
+# $NetBSD: network,v 1.73 2017/07/06 09:49:39 kre Exp $
#
# PROVIDE: network
@@ -435,7 +435,7 @@ network_start_ipv6_autoconf()
# IPv6 interface autoconfiguration.
# dhcpcd will ensure DAD completes before forking
- if checkyesno rtsol && ! checkyesno dhcpcd; then
+ if checkyesnox rtsol && ! checkyesno dhcpcd; then
if [ "$ip6mode" = "autohost" ]; then
echo
warn "rtsol has been removed, " \