Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/ipfw
| Show First 20 Lines • Show All 157 Lines • ▼ Show 20 Lines | else | ||||
| echo "ipfw is enabled" | echo "ipfw is enabled" | ||||
| exit 0 | exit 0 | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| firewall_coscripts="/etc/rc.d/natd ${firewall_coscripts}" | firewall_coscripts="/etc/rc.d/natd ${firewall_coscripts}" | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| ipfw_svcj="NO" | |||||
| run_rc_command $* | run_rc_command $* | ||||