freebsd-dev/etc/rc.d/ike
Giorgos Keramidas a73af104ef We don't have any providers of `beforenetlkm' in FreeBSD. Remove the
dependency to it from our rc.d scripts.

Approved by:	mtm
2004-09-16 17:04:20 +00:00

19 lines
229 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: ike
# REQUIRE: root mountcritlocal
# BEFORE: DAEMON
# KEYWORD: FreeBSD nojail
. /etc/rc.subr
name="ike"
rcvar=`set_rcvar`
extra_commands="reload"
load_rc_config $name
run_rc_command "$1"