summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2006-03-28 18:28:33 +0000
committersimon <simon@FreeBSD.org>2006-03-28 18:28:33 +0000
commitd970ab3c6cb2c1cb5a8fbf8ec693a33b02ea4cf0 (patch)
tree3e79a3cab561a8d1f21a173beef6e3ecb9272950 /etc
parentccc2cbd6d1e9c14ee43e34ac6cb4a1a91e9446c8 (diff)
downloadFreeBSD-src-d970ab3c6cb2c1cb5a8fbf8ec693a33b02ea4cf0.zip
FreeBSD-src-d970ab3c6cb2c1cb5a8fbf8ec693a33b02ea4cf0.tar.gz
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)
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/Makefile1
-rw-r--r--etc/rc.d/ike19
2 files changed, 0 insertions, 20 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 52a833d..a955b76 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -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 \
diff --git a/etc/rc.d/ike b/etc/rc.d/ike
deleted file mode 100644
index df9fe9a..0000000
--- a/etc/rc.d/ike
+++ /dev/null
@@ -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"
OpenPOWER on IntegriCloud