Remove redundant ike rc.d script, since we do not have an IPsec IKE

daemon in the base system and all the IKE daemons in the Ports
Collection has their own rc.d script.

OK'ed by:	dougb
Discussed on:	freebsd-rc
MFC after:	1 month
Approved by:	cperciva (mentor)
This commit is contained in:
Simon L. B. Nielsen
2006-03-28 18:28:33 +00:00
parent 370e5ea48c
commit c83ae5bfc9
3 changed files with 2 additions and 20 deletions
+2
View File
@@ -14,6 +14,8 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
# 20060328: remove redundant rc.d script
OLD_FILES+=etc/rc.d/ike
# 20060127: revert libdisk to static-only
OLD_FILES+=usr/lib/libdisk.so
# 20051215: rescue/nextboot.sh renamed to rescue/nextboot
-1
View File
@@ -15,7 +15,6 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
gbde geli geli2 \
hcsecd \
hostapd hostname \
ike \
inetd initrandom \
ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
ipnat ipsec ipxrouted isdnd \
-19
View File
@@ -1,19 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: ike
# REQUIRE: root mountcritlocal
# BEFORE: DAEMON
# KEYWORD: nojail
. /etc/rc.subr
name="ike"
rcvar=`set_rcvar`
command="/usr/local/sbin/isakmpd"
extra_commands="reload"
load_rc_config $name
run_rc_command "$1"