Author: markj
Date: Thu Jul 14 00:41:37 2016
New Revision: 302796
URL: https://svnweb.freebsd.org/changeset/base/302796

Log:
  Remove more references to mroute6d, which was removed in r298512.

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

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf   Thu Jul 14 00:41:19 2016        (r302795)
+++ head/etc/defaults/rc.conf   Thu Jul 14 00:41:37 2016        (r302796)
@@ -512,12 +512,6 @@ rtadvd_enable="NO"         # Set to YES to enab
                                # this router becomes a possible candidate
                                # IPv6 default router for local subnets.
 rtadvd_interfaces=""           # Interfaces rtadvd sends RA packets.
-mroute6d_enable="NO"           # Do IPv6 multicast routing.
-mroute6d_program="/usr/local/sbin/pim6dd"      # Name of IPv6 multicast
-                                               # routing daemon.  You need to
-                                               # install it from package or
-                                               # port.
-mroute6d_flags=""              # Flags to IPv6 multicast routing daemon.
 stf_interface_ipv4addr=""      # Local IPv4 addr for 6to4 IPv6 over IPv4
                                # tunneling interface. Specify this entry
                                # to enable 6to4 interface.

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5       Thu Jul 14 00:41:19 2016        
(r302795)
+++ head/share/man/man5/rc.conf.5       Thu Jul 14 00:41:37 2016        
(r302796)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 8, 2016
+.Dd July 13, 2016
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -2818,35 +2818,6 @@ these are the flags to pass to the routi
 .Pq Vt str
 The IPv6 equivalent of
 .Va routed_flags .
-.It Va mroute6d_enable
-.Pq Vt bool
-If set to
-.Dq Li YES ,
-run the IPv6 multicast routing daemon.
-.Pp
-Note that multicast routing daemons are no longer included in the
-.Fx
-base system, however, both
-.Xr mrouted 8
-and
-.Xr pim6dd 8
-may be installed from the
-.Fx
-Ports Collection.
-.It Va mroute6d_flags
-.Pq Vt str
-If
-.Va mroute6d_enable
-is set to
-.Dq Li YES ,
-these are the flags passed to the IPv6 multicast routing daemon.
-.It Va mroute6d_program
-.Pq Vt str
-If
-.Va mroute6d_enable
-is set to
-.Dq Li YES ,
-this is the path to the IPv6 multicast routing daemon.
 .It Va rtadvd_enable
 .Pq Vt bool
 If set to
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to