mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Purge references to the mrouted rc script, which was removed in r275299.
PR: 195785
This commit is contained in:
parent
c5bb375553
commit
0f8bd5df8d
2 changed files with 1 additions and 22 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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 routing daemon.
|
|||
.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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue