From c83ae5bfc948809a5736ad7347e09e55904e0525 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Tue, 28 Mar 2006 18:28:33 +0000 Subject: [PATCH] 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) --- ObsoleteFiles.inc | 2 ++ etc/rc.d/Makefile | 1 - etc/rc.d/ike | 19 ------------------- 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 etc/rc.d/ike diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 126e082aa4b..f4b1e9f2cf8 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 52a833d9d25..a955b767b58 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 df9fe9a27ca..00000000000 --- 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"