Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d PR misc/52370
details: https://anonhg.NetBSD.org/src/rev/00ded9b1a99e
branches: trunk
changeset: 825260:00ded9b1a99e
user: kre <kre%NetBSD.org@localhost>
date: Thu Jul 06 09:24:47 2017 +0000
description:
PR misc/52370
Correct typo.
XXX pullup 8, pullup 7
diffstat:
etc/rc.d/network | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 171fe6c91ec4 -r 00ded9b1a99e etc/rc.d/network
--- a/etc/rc.d/network Thu Jul 06 09:04:26 2017 +0000
+++ b/etc/rc.d/network Thu Jul 06 09:24:47 2017 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: network,v 1.71 2016/03/06 18:50:06 christos Exp $
+# $NetBSD: network,v 1.72 2017/07/06 09:24:47 kre Exp $
#
# PROVIDE: network
@@ -435,7 +435,7 @@
# IPv6 interface autoconfiguration.
# dhcpcd will ensure DAD completes before forking
- if checkyesnox rtsol && ! checkyesno dhcpcd; then
+ if checkyesno rtsol && ! checkyesno dhcpcd; then
if [ "$ip6mode" = "autohost" ]; then
echo
warn "rtsol has been removed, " \
Home |
Main Index |
Thread Index |
Old Index