summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-11-30 06:03:59 +0000
committerngie <ngie@FreeBSD.org>2014-11-30 06:03:59 +0000
commit9c232962616423937546fb3c7d4a2d8115d6d248 (patch)
tree73aacdf5c974e6c10c75541ce781d07df282395d /etc/rc.d
parent058535ab0fa4f8a1188baaed24e475c8de12b2d0 (diff)
downloadFreeBSD-src-9c232962616423937546fb3c7d4a2d8115d6d248.zip
FreeBSD-src-9c232962616423937546fb3c7d4a2d8115d6d248.tar.gz
Remove etc/rc.d/mrouted
mrouted has been available in ports for the last 8 years as net/mrouted . An equivalent rc.d script has been present in the port. Remove all corresponding variables from etc/defaults/rc.conf Relnotes: yes
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile1
-rwxr-xr-xetc/rc.d/NETWORKING2
-rwxr-xr-xetc/rc.d/mrouted20
3 files changed, 1 insertions, 22 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index f26c190..4994e9d 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -90,7 +90,6 @@ FILES= DAEMON \
mountd \
moused \
mroute6d \
- mrouted \
msgs \
natd \
netif \
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING
index 12dd3b0..750d78a 100755
--- a/etc/rc.d/NETWORKING
+++ b/etc/rc.d/NETWORKING
@@ -5,7 +5,7 @@
# PROVIDE: NETWORKING NETWORK
# REQUIRE: netif netoptions routing ppp ipfw stf
-# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv bridge
+# REQUIRE: defaultroute routed route6d mroute6d resolv bridge
# REQUIRE: static_arp static_ndp local_unbound
# This is a dummy dependency, for services which require networking
diff --git a/etc/rc.d/mrouted b/etc/rc.d/mrouted
deleted file mode 100755
index d15299f..0000000
--- a/etc/rc.d/mrouted
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: mrouted
-# REQUIRE: netif routing FILESYSTEMS
-# KEYWORD: nojail
-
-. /etc/rc.subr
-
-name="mrouted"
-rcvar="mrouted_enable"
-command="/usr/local/sbin/${name}"
-pidfile="/var/run/${name}.pid"
-required_files="/etc/${name}.conf"
-extra_commands="reload"
-
-load_rc_config $name
-run_rc_command "$1"
OpenPOWER on IntegriCloud