diff options
Diffstat (limited to 'etc/rc.d/racoon')
| -rwxr-xr-x | etc/rc.d/racoon | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/etc/rc.d/racoon b/etc/rc.d/racoon deleted file mode 100755 index cd30b083093f..000000000000 --- a/etc/rc.d/racoon +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# $NetBSD: racoon,v 1.2 2001/04/26 03:55:16 lukem Exp $ -# - -# PROVIDE: ike -# REQUIRE: isdnd kdc ppp -# BEFORE: SERVERS - -. /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" |
