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 unrelated changes to prior



details:   https://anonhg.NetBSD.org/src/rev/435da15d7778
branches:  trunk
changeset: 745069:435da15d7778
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Feb 22 11:55:43 2020 +0000

description:
Revert unrelated changes to prior

diffstat:

 etc/rc.d/amd    |  5 ++---
 etc/rc.d/dhcpcd |  3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 41a67788845c -r 435da15d7778 etc/rc.d/amd
--- a/etc/rc.d/amd      Sat Feb 22 11:52:45 2020 +0000
+++ b/etc/rc.d/amd      Sat Feb 22 11:55:43 2020 +0000
@@ -1,12 +1,11 @@
 #!/bin/sh
 #
-# $NetBSD: amd,v 1.16 2020/02/22 11:52:45 roy Exp $
+# $NetBSD: amd,v 1.17 2020/02/22 11:55:43 roy Exp $
 #
 
 # PROVIDE: amd
-# REQUIRE: rpcbind mountall
+# REQUIRE: rpcbind mountall ypbind
 # BEFORE:  DAEMON
-# AFTER:   ypbind
 
 $_rc_subr_loaded . /etc/rc.subr
 
diff -r 41a67788845c -r 435da15d7778 etc/rc.d/dhcpcd
--- a/etc/rc.d/dhcpcd   Sat Feb 22 11:52:45 2020 +0000
+++ b/etc/rc.d/dhcpcd   Sat Feb 22 11:55:43 2020 +0000
@@ -1,11 +1,10 @@
 #!/bin/sh
 
-# $NetBSD: dhcpcd,v 1.6 2020/02/22 11:52:45 roy Exp $
+# $NetBSD: dhcpcd,v 1.7 2020/02/22 11:55:43 roy Exp $
 
 # PROVIDE: dhcpcd
 # REQUIRE: network mountcritlocal
 # BEFORE:  NETWORKING
-# KEYWORD: chrootdir
 
 $_rc_subr_loaded . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index