Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d Revert previous - not a typo, even though it looks ...



details:   https://anonhg.NetBSD.org/src/rev/a4350537abfd
branches:  trunk
changeset: 825262:a4350537abfd
user:      kre <kre%NetBSD.org@localhost>
date:      Thu Jul 06 09:49:39 2017 +0000

description:
Revert previous - not a typo, even though it looks like one

diffstat:

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

diffs (20 lines):

diff -r 434c3aabe55c -r a4350537abfd etc/rc.d/network
--- a/etc/rc.d/network  Thu Jul 06 09:48:42 2017 +0000
+++ b/etc/rc.d/network  Thu Jul 06 09:49:39 2017 +0000
@@ -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 @@
        # 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, " \



Home | Main Index | Thread Index | Old Index