summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>2005-11-03 13:17:49 +0000
committerrse <rse@FreeBSD.org>2005-11-03 13:17:49 +0000
commitc2b1833590814fc424c40c61d708839d0ce385c3 (patch)
tree1cf73b88d001b07f5cb07052edf675df0a2fb83c /etc/rc.d
parent31c014b3219d3621692ba68149e0c369a2e68596 (diff)
downloadFreeBSD-src-c2b1833590814fc424c40c61d708839d0ce385c3.zip
FreeBSD-src-c2b1833590814fc424c40c61d708839d0ce385c3.tar.gz
There is no need to explicitly add "status" to $extra_commands in
the /etc/rc.d/pf script as it is implicitly added by /etc/rc.subr's run_rc_command() because of the existing $pf_program. Submitted by: Christoph Schug <chris@schug.net> MFC after: 1 week
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/pf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/pf b/etc/rc.d/pf
index db1bf60..a4c4335 100644
--- a/etc/rc.d/pf
+++ b/etc/rc.d/pf
@@ -20,7 +20,7 @@ check_cmd="pf_check"
reload_cmd="pf_reload"
resync_cmd="pf_resync"
status_cmd="pf_status"
-extra_commands="check reload resync status"
+extra_commands="check reload resync"
required_files="$pf_rules"
pf_prestart()
OpenPOWER on IntegriCloud