NetBSD/etc/rc.d/racoon
thorpej 4baa94651d Startup script for racoon(8). Racoon provides "ike", and requires
"kdc" (since you might want to use IPsec on your Kerberos server,
and might be using GSSAPI to authenticate Phase 1) and "ppp" (since
racoon(8) needs to know about all of your network interfaces).
2001-01-18 02:01:12 +00:00

19 lines
292 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: racoon,v 1.1 2001/01/18 02:01:12 thorpej Exp $
#
# PROVIDE: ike
# REQUIRE: kdc ppp
. /etc/rc.subr
name="racoon"
rcvar=$name
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/racoon/racoon.conf"
load_rc_config $name
run_rc_command "$1"