mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
ipfw: silence rc output if module not loaded
This commit is contained in:
parent
cd23cfce17
commit
0d8f57f316
@ -1,5 +1,5 @@
|
||||
[reload]
|
||||
command:/etc/rc.d/ipfw enabled && /etc/rc.d/ipfw start || /etc/rc.d/ipfw onestop; /usr/local/etc/rc.ipfw.postload
|
||||
command:/etc/rc.d/ipfw enabled && /etc/rc.d/ipfw start || ( /etc/rc.d/ipfw onestop || true ); /usr/local/etc/rc.ipfw.postload || true
|
||||
parameters:
|
||||
type:script
|
||||
message:restarting ipfw
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user