3 # $NetBSD: ipfs,v 1.6 2004/07/05 08:21:15 lukem Exp $
7 # REQUIRE: ipnat mountcritremote downinterfaces isdnd
11 $_rc_subr_loaded .
/etc
/rc.subr
15 start_cmd
="ipfs_start"
20 if [ -r /var
/db
/ipf
/ipstate.ipf
-a -r /var
/db
/ipf
/ipnat.ipf
]; then
21 /usr
/sbin
/ipfs
-R ${rc_flags}
22 rm -f /var
/db
/ipf
/ipstate.ipf
/var
/db
/ipf
/ipnat.ipf
28 if [ ! -d /var
/db
/ipf
]; then
31 chown root
:wheel
/var
/db
/ipf
33 /usr
/sbin
/ipfs
-W ${rc_flags}