Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Use checkyesnox to test rtsol as it has been remove...



details:   https://anonhg.NetBSD.org/src/rev/58fc85b2e5bc
branches:  trunk
changeset: 332429:58fc85b2e5bc
user:      roy <roy%NetBSD.org@localhost>
date:      Sun Sep 21 09:48:32 2014 +0000

description:
Use checkyesnox to test rtsol as it has been removed including its
default configuration which we should not warn about.

diffstat:

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

diffs (20 lines):

diff -r b318a0b9a8b6 -r 58fc85b2e5bc etc/rc.d/network
--- a/etc/rc.d/network  Sun Sep 21 09:47:24 2014 +0000
+++ b/etc/rc.d/network  Sun Sep 21 09:48:32 2014 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: network,v 1.67 2014/09/11 13:10:03 roy Exp $
+# $NetBSD: network,v 1.68 2014/09/21 09:48:32 roy Exp $
 #
 
 # PROVIDE: network
@@ -446,7 +446,7 @@
        fi
 
        # 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