Source-Changes-HG archive

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

[src/netbsd-9]: src/etc/rc.d Backout previous pullup from ticket #1377:



details:   https://anonhg.NetBSD.org/src/rev/6e00f18ee0ab
branches:  netbsd-9
changeset: 1026497:6e00f18ee0ab
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Nov 26 18:04:09 2021 +0000

description:
Backout previous pullup from ticket #1377:

        etc/rc.d/npf_boot: revision 1.5
        etc/rc.d/pf_boot: revision 1.8

diffstat:

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

diffs (36 lines):

diff -r 1eb9760eef65 -r 6e00f18ee0ab etc/rc.d/npf_boot
--- a/etc/rc.d/npf_boot Fri Nov 26 16:51:14 2021 +0000
+++ b/etc/rc.d/npf_boot Fri Nov 26 18:04:09 2021 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: npf_boot,v 1.1.4.2 2021/11/26 16:50:18 martin Exp $
+# $NetBSD: npf_boot,v 1.1.4.3 2021/11/26 18:04:09 martin Exp $
 #
 
 # PROVIDE: npf_boot
@@ -29,5 +29,5 @@
        /sbin/npfctl start
 }
 
-load_rc_config $rcvar
+load_rc_config $name
 run_rc_command "$1"
diff -r 1eb9760eef65 -r 6e00f18ee0ab etc/rc.d/pf_boot
--- a/etc/rc.d/pf_boot  Fri Nov 26 16:51:14 2021 +0000
+++ b/etc/rc.d/pf_boot  Fri Nov 26 18:04:09 2021 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: pf_boot,v 1.4.52.2 2021/11/26 16:50:18 martin Exp $
+# $NetBSD: pf_boot,v 1.4.52.3 2021/11/26 18:04:09 martin Exp $
 #
 
 # PROVIDE: pf_boot
@@ -29,5 +29,5 @@
        /sbin/pfctl -q -e
 }
 
-load_rc_config $rcvar
+load_rc_config $name
 run_rc_command "$1"



Home | Main Index | Thread Index | Old Index