Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/ipfw_netflow
| Show First 20 Lines • Show All 67 Lines • ▼ Show 20 Lines | |||||
| { | { | ||||
| ipfw_netflow_is_running || err 1 "ipfw_netflow is not active" | ipfw_netflow_is_running || err 1 "ipfw_netflow is not active" | ||||
| ngctl shutdown netflow: | ngctl shutdown netflow: | ||||
| ipfw delete ${ipfw_netflow_rule} | ipfw delete ${ipfw_netflow_rule} | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| ipfw_netflow_svcj="NO" | |||||
| run_rc_command $* | run_rc_command $* | ||||