diff options
-rw-r--r-- | ObsoleteFiles.inc | 2 | ||||
-rwxr-xr-x | etc/rc.d/Makefile | 1 | ||||
-rw-r--r-- | etc/rc.d/ike | 19 |
3 files changed, 2 insertions, 20 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 126e082..f4b1e9f 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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 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" |