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:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user