diff options
| author | martin <martin@NetBSD.org> | 2021-11-26 18:04:09 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2021-11-26 18:04:09 +0000 |
| commit | 93533573ed413c83bf9bc3e84de4fa50c32b516b (patch) | |
| tree | be9271258b26a959bf72fe43997f5d3fdc71abec /etc | |
| parent | 0447fd0e3c618f722304d7100aab4d8c08c922c1 (diff) | |
Backout previous pullup from ticket #1377:
etc/rc.d/npf_boot: revision 1.5
etc/rc.d/pf_boot: revision 1.8
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.d/npf_boot | 4 | ||||
| -rwxr-xr-x | etc/rc.d/pf_boot | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.d/npf_boot b/etc/rc.d/npf_boot index 8b5505e86ca..358f81fb89c 100644 --- a/etc/rc.d/npf_boot +++ b/etc/rc.d/npf_boot @@ -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 @@ npf_boot_start() /sbin/npfctl start } -load_rc_config $rcvar +load_rc_config $name run_rc_command "$1" diff --git a/etc/rc.d/pf_boot b/etc/rc.d/pf_boot index 0f2caed197c..a3ebfd637f7 100755 --- a/etc/rc.d/pf_boot +++ b/etc/rc.d/pf_boot @@ -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 @@ pf_boot_start() /sbin/pfctl -q -e } -load_rc_config $rcvar +load_rc_config $name run_rc_command "$1" |
