svn commit: r275299 - in head/etc: defaults rc.d
Garrett Cooper
ngie at FreeBSD.org
Sun Nov 30 06:04:01 UTC 2014
Author: ngie
Date: Sun Nov 30 06:03:59 2014
New Revision: 275299
URL: https://svnweb.freebsd.org/changeset/base/275299
Log:
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
Deleted:
head/etc/rc.d/mrouted
Modified:
head/etc/defaults/rc.conf
head/etc/rc.d/Makefile
head/etc/rc.d/NETWORKING
Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf Sun Nov 30 04:50:13 2014 (r275298)
+++ head/etc/defaults/rc.conf Sun Nov 30 06:03:59 2014 (r275299)
@@ -390,12 +390,6 @@ gateway_enable="NO" # Set to YES if thi
routed_enable="NO" # Set to YES to enable a routing daemon.
routed_program="/sbin/routed" # Name of routing daemon to use if enabled.
routed_flags="-q" # Flags for routing daemon.
-mrouted_enable="NO" # Do IPv4 multicast routing.
-mrouted_program="/usr/local/sbin/mrouted" # Name of IPv4 multicast
- # routing daemon. You need to
- # install it from package or
- # port.
-mrouted_flags="" # Flags for multicast routing daemon.
arpproxy_all="NO" # replaces obsolete kernel option ARP_PROXYALL.
forward_sourceroute="NO" # do source routing (only if gateway_enable is set to "YES")
accept_sourceroute="NO" # accept source routed packets to us
Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile Sun Nov 30 04:50:13 2014 (r275298)
+++ head/etc/rc.d/Makefile Sun Nov 30 06:03:59 2014 (r275299)
@@ -90,7 +90,6 @@ FILES= DAEMON \
mountd \
moused \
mroute6d \
- mrouted \
msgs \
natd \
netif \
Modified: head/etc/rc.d/NETWORKING
==============================================================================
--- head/etc/rc.d/NETWORKING Sun Nov 30 04:50:13 2014 (r275298)
+++ head/etc/rc.d/NETWORKING Sun Nov 30 06:03:59 2014 (r275299)
@@ -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
More information about the svn-src-head
mailing list