Module Name: src Committed By: roy Date: Sun Sep 21 09:48:32 UTC 2014
Modified Files: src/etc/rc.d: network Log Message: Use checkyesnox to test rtsol as it has been removed including its default configuration which we should not warn about. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 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.67 src/etc/rc.d/network:1.68 --- src/etc/rc.d/network:1.67 Thu Sep 11 13:10:03 2014 +++ src/etc/rc.d/network Sun Sep 21 09:48:32 2014 @@ -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 @@ network_start_ipv6_autoconf() 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, " \