Module Name:    src
Committed By:   christos
Date:           Tue Oct 14 20:49:47 UTC 2014

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

Log Message:
fix syntax error


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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.68 src/etc/rc.d/network:1.69
--- src/etc/rc.d/network:1.68	Sun Sep 21 05:48:32 2014
+++ src/etc/rc.d/network	Tue Oct 14 16:49:47 2014
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: network,v 1.68 2014/09/21 09:48:32 roy Exp $
+# $NetBSD: network,v 1.69 2014/10/14 20:49:47 christos Exp $
 #
 
 # PROVIDE: network
@@ -446,7 +446,7 @@ network_start_ipv6_autoconf()
 	fi
 
 	# dhcpcd will ensure DAD completes before forking
-	if checkyesnox rtsol && !checkyesno dhcpcd; then
+	if checkyesnox rtsol && ! checkyesno dhcpcd; then
 		if [ "$ip6mode" = "autohost" ]; then
 			echo
 			warn "rtsol has been removed, " \

Reply via email to