NetBSD/etc/rc.d/racoon
maxv 6049b090a1 Remove the userland part of ISDN. The kernel part is untouched for now.
ipppctl was actually an exact copy of pppoectl; there is no functional
change in pppoectl in this commit.
2018-09-23 07:24:19 +00:00

21 lines
345 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: racoon,v 1.6 2018/09/23 07:24:19 maxv Exp $
#
# PROVIDE: ike
# REQUIRE: kdc ppp
# BEFORE: SERVERS
# KEYWORD: shutdown
$_rc_subr_loaded . /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"