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 syntax error



details:   https://anonhg.NetBSD.org/src/rev/1be8437a4b7a
branches:  trunk
changeset: 803165:1be8437a4b7a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 14 20:49:47 2014 +0000

description:
fix syntax error

diffstat:

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

diffs (20 lines):

diff -r 39202fdcb8c8 -r 1be8437a4b7a etc/rc.d/network
--- a/etc/rc.d/network  Tue Oct 14 20:35:40 2014 +0000
+++ b/etc/rc.d/network  Tue Oct 14 20:49:47 2014 +0000
@@ -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 @@
        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, " \



Home | Main Index | Thread Index | Old Index