svn commit: r279093 - in head: etc share/man/man5

Mark Johnston markj at FreeBSD.org
Sat Feb 21 06:05:52 UTC 2015


Author: markj
Date: Sat Feb 21 06:05:51 2015
New Revision: 279093
URL: https://svnweb.freebsd.org/changeset/base/279093

Log:
  Purge references to the mrouted rc script, which was removed in r275299.
  
  PR:	195785

Modified:
  head/etc/netstart
  head/share/man/man5/rc.conf.5

Modified: head/etc/netstart
==============================================================================
--- head/etc/netstart	Fri Feb 20 22:57:54 2015	(r279092)
+++ head/etc/netstart	Sat Feb 21 06:05:51 2015	(r279093)
@@ -57,7 +57,6 @@ _start=quietstart
 /etc/rc.d/routing ${_start}
 /etc/rc.d/mroute6d ${_start}
 /etc/rc.d/route6d ${_start}
-/etc/rc.d/mrouted ${_start}
 /etc/rc.d/routed ${_start}
 /etc/rc.d/rtsold ${_start}
 /etc/rc.d/nisdomain ${_start}

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Fri Feb 20 22:57:54 2015	(r279092)
+++ head/share/man/man5/rc.conf.5	Sat Feb 21 06:05:51 2015	(r279093)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 11, 2014
+.Dd February 20, 2015
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -2806,16 +2806,8 @@ these are the flags to pass to the routi
 .Pq Vt str
 The IPv6 equivalent of
 .Va routed_flags .
-.It Va mrouted_enable
-.Pq Vt bool
-If set to
-.Dq Li YES ,
-run the multicast routing daemon,
-.Xr mrouted 8 .
 .It Va mroute6d_enable
 .Pq Vt bool
-The IPv6 equivalent of
-.Va mrouted_enable .
 If set to
 .Dq Li YES ,
 run the IPv6 multicast routing daemon.
@@ -2829,19 +2821,8 @@ and
 may be installed from the
 .Fx
 Ports Collection.
-.It Va mrouted_flags
-.Pq Vt str
-If
-.Va mrouted_enable
-is set to
-.Dq Li YES ,
-these are the flags to pass to the
-.Xr mrouted 8
-daemon.
 .It Va mroute6d_flags
 .Pq Vt str
-The IPv6 equivalent of
-.Va mrouted_flags .
 If
 .Va mroute6d_enable
 is set to
@@ -4530,7 +4511,6 @@ ruleset to load for
 .Xr mixer 8 ,
 .Xr mountd 8 ,
 .Xr moused 8 ,
-.Xr mrouted 8 ,
 .Xr newfs 8 ,
 .Xr newsyslog 8 ,
 .Xr nfsd 8 ,


More information about the svn-src-head mailing list