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
This commit is contained in:
parent
058535ab0f
commit
9c23296261
@ -390,12 +390,6 @@ gateway_enable="NO" # Set to YES if this host will be a gateway.
|
||||
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
|
||||
|
@ -90,7 +90,6 @@ FILES= DAEMON \
|
||||
mountd \
|
||||
moused \
|
||||
mroute6d \
|
||||
mrouted \
|
||||
msgs \
|
||||
natd \
|
||||
netif \
|
||||
|
@ -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
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user