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
This commit is contained in:
parent
31c014b321
commit
c2b1833590
@ -20,7 +20,7 @@ check_cmd="pf_check"
|
|||||||
reload_cmd="pf_reload"
|
reload_cmd="pf_reload"
|
||||||
resync_cmd="pf_resync"
|
resync_cmd="pf_resync"
|
||||||
status_cmd="pf_status"
|
status_cmd="pf_status"
|
||||||
extra_commands="check reload resync status"
|
extra_commands="check reload resync"
|
||||||
required_files="$pf_rules"
|
required_files="$pf_rules"
|
||||||
|
|
||||||
pf_prestart()
|
pf_prestart()
|
||||||
|
Loading…
Reference in New Issue
Block a user