3 # $NetBSD: isakmpd.sh,v 1.1 2002/04/04 09:42:30 martti Exp $
6 # REQUIRE: DAEMON NETWORK
9 if [ -f /etc
/rc.subr
]; then
15 command="@PREFIX@/sbin/isakmpd"
16 pidfile
="/var/run/isakmpd.pid"
17 required_files
="@PKG_SYSCONFDIR@/isakmpd.conf"
19 if [ -f /etc
/rc.subr
]; then
20 load_rc_config
"${name}"
24 eval ${command} ${isakmpd_flags} ${command_args}