Module Name:    src
Committed By:   kre
Date:           Thu Jul  6 09:24:47 UTC 2017

Modified Files:
        src/etc/rc.d: network

Log Message:
PR misc/52370

Correct typo.

XXX pullup 8, pullup 7


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 src/etc/rc.d/network:1.72
--- src/etc/rc.d/network:1.71	Sun Mar  6 18:50:06 2016
+++ src/etc/rc.d/network	Thu Jul  6 09:24:47 2017
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: network,v 1.71 2016/03/06 18:50:06 christos Exp $
+# $NetBSD: network,v 1.72 2017/07/06 09:24:47 kre Exp $
 #
 
 # PROVIDE: network
@@ -435,7 +435,7 @@ network_start_ipv6_autoconf()
 	# IPv6 interface autoconfiguration.
 
 	# dhcpcd will ensure DAD completes before forking
-	if checkyesnox rtsol && ! checkyesno dhcpcd; then
+	if checkyesno rtsol && ! checkyesno dhcpcd; then
 		if [ "$ip6mode" = "autohost" ]; then
 			echo
 			warn "rtsol has been removed, " \

Reply via email to