summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-04-23 13:24:45 +0000
committerbapt <bapt@FreeBSD.org>2016-04-23 13:24:45 +0000
commit68bce63c038a10db07b9d64d198088d930b2ceb3 (patch)
tree4e8aece71ad0397f4e20a1af595ba3fe14192c28 /etc/rc.d
parent916659678c6d250e7226666d3bde86e7cfb397be (diff)
downloadFreeBSD-src-68bce63c038a10db07b9d64d198088d930b2ceb3.zip
FreeBSD-src-68bce63c038a10db07b9d64d198088d930b2ceb3.tar.gz
Remove mroute6d rc script
It is directly available via ports (pim6dd which provides the needed rc script) Reported by: lme Sponsored by: Essen Hackathon 2016
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile1
-rwxr-xr-xetc/rc.d/NETWORKING2
-rwxr-xr-xetc/rc.d/mroute6d18
3 files changed, 1 insertions, 20 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index cd9405f..0784c3a 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -72,7 +72,6 @@ FILES= DAEMON \
mdconfig \
mdconfig2 \
mountd \
- mroute6d \
msgs \
natd \
netif \
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING
index 92ba05d..5d0d0e5 100755
--- a/etc/rc.d/NETWORKING
+++ b/etc/rc.d/NETWORKING
@@ -5,7 +5,7 @@
# PROVIDE: NETWORKING NETWORK
# REQUIRE: netif netwait netoptions routing ppp ipfw stf
-# REQUIRE: defaultroute routed route6d mroute6d resolv bridge
+# REQUIRE: defaultroute routed route6d resolv bridge
# REQUIRE: static_arp static_ndp
# This is a dummy dependency, for services which require networking
diff --git a/etc/rc.d/mroute6d b/etc/rc.d/mroute6d
deleted file mode 100755
index 1eb6eb4..0000000
--- a/etc/rc.d/mroute6d
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: mroute6d
-# REQUIRE: netif routing
-# BEFORE: NETWORKING
-# KEYWORD: nojail
-
-. /etc/rc.subr
-
-name="mroute6d"
-rcvar="mroute6d_enable"
-command="/usr/local/sbin/pim6dd"
-
-load_rc_config $name
-run_rc_command "$1"
OpenPOWER on IntegriCloud