3 # $NetBSD: npf,v 1.3 2012/11/01 06:06:14 mrg Exp $
9 # REQUIRE: root bootconf mountcritlocal tty network
12 $_rc_subr_loaded .
/etc
/rc.subr
17 config
="/etc/npf.conf"
22 reload_cmd
="npf_reload"
23 status_cmd
="npf_status"
24 extra_commands
="reload status"
28 if [ ! -f ${config} ]; then
29 warn
"${config} is not readable; failed."
51 echo "Reloading NPF ruleset."