Switch to OpenNTPD by default. For the moment, the documentation is
[dragonfly.git] / etc / rc.d / racoon
1 #!/bin/sh
2 #
3 # $NetBSD: racoon,v 1.3 2002/03/22 04:33:59 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/racoon,v 1.2 2002/06/13 22:14:36 gordon Exp $
5 # $DragonFly: src/etc/rc.d/Attic/racoon,v 1.1 2003/07/24 06:35:37 dillon Exp $
6 #
7
8 # PROVIDE: ike
9 # REQUIRE: isdnd kdc ppp
10 # BEFORE:  SERVERS
11
12 . /etc/rc.subr
13
14 name="racoon"
15 rcvar=$name
16 command="/usr/sbin/${name}"
17 pidfile="/var/run/${name}.pid"
18 required_files="/etc/racoon/racoon.conf"
19
20 load_rc_config $name
21 run_rc_command "$1"