3 # description: Advanced Policy Firewall
11 stat_busy
"Starting APF firewall"
12 /usr
/local
/sbin
/apf
--start >> /dev
/null
2>&1
16 add_daemon apf-firewall
21 stat_busy
"Stopping APF firewall"
22 /usr
/local
/sbin
/apf
--stop >> /dev
/null
2>&1
26 rm_daemon apf-firewall
35 echo "usage: $0 [start|stop|restart]"