summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2006-09-29 15:45:11 +0000
committerbms <bms@FreeBSD.org>2006-09-29 15:45:11 +0000
commit686e54733adf927452a3711bf8deba1ccbcc98a0 (patch)
tree16fb64d3254cf44d5d6ac2f25428643e743a9fc9 /etc
parent5a2e50351682dbca57f6f64fcd9a323f9b99c8b5 (diff)
downloadFreeBSD-src-686e54733adf927452a3711bf8deba1ccbcc98a0.zip
FreeBSD-src-686e54733adf927452a3711bf8deba1ccbcc98a0.tar.gz
Push removal of mrouted down to the rest of the tree.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf6
-rwxr-xr-xetc/rc.d/mrouted2
2 files changed, 6 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 925b5ff..3b2589f 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -297,7 +297,11 @@ gateway_enable="NO" # Set to YES if this host will be a gateway.
router_enable="NO" # Set to YES to enable a routing daemon.
router="/sbin/routed" # Name of routing daemon to use if enabled.
router_flags="-q" # Flags for routing daemon.
-mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf).
+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.
ipxgateway_enable="NO" # Set to YES to enable IPX routing.
ipxrouted_enable="NO" # Set to YES to run the IPX routing daemon.
diff --git a/etc/rc.d/mrouted b/etc/rc.d/mrouted
index 79e3693..4c741f8 100755
--- a/etc/rc.d/mrouted
+++ b/etc/rc.d/mrouted
@@ -12,7 +12,7 @@
name="mrouted"
rcvar=`set_rcvar`
-command="/usr/sbin/${name}"
+command="/usr/local/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/${name}.conf"
extra_commands="reload"
OpenPOWER on IntegriCloud