Deleted Added
full compact
rc.conf.5 (159072) rc.conf.5 (159138)
1.\" Copyright (c) 1995
2.\" Jordan K. Hubbard
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1995
2.\" Jordan K. Hubbard
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 159072 2006-05-30 16:20:48Z matteo $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 159138 2006-06-01 11:01:54Z thompsa $
26.\"
27.Dd May 29, 2006
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

--- 3534 unchanged lines hidden (view full) ---

3568A mode string passed to
3569.Xr chmod 1
3570after the specified ramdisk unit
3571.Ar X
3572has been mounted.
3573Both the
3574.Xr md 4
3575device and the mount point will be changed.
26.\"
27.Dd May 29, 2006
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

--- 3534 unchanged lines hidden (view full) ---

3568A mode string passed to
3569.Xr chmod 1
3570after the specified ramdisk unit
3571.Ar X
3572has been mounted.
3573Both the
3574.Xr md 4
3575device and the mount point will be changed.
3576.It Va autobridge_interfaces
3577.Pq Vt str
3578Set to the list of bridge interfaces that will have newly arriving interfaces
3579checked against to be automatically added.
3580If not set to
3581.Dq Li NO
3582then for each whitespace separated
3583.Ar element
3584in the value, a
3585.Va autobridge_ Ns Aq Ar element
3586variable is assumed to exist which has a whitespace separated list of interface
3587names to match, these names can use wildcards.
3588For example:
3589.Bd -literal
3590autobridge_interfaces="bridge0"
3591autobridge_bridge0="tap* dc0 vlan[345]"
3592.Ed
3576.El
3577.Sh FILES
3578.Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact
3579.It Pa /etc/defaults/rc.conf
3580.It Pa /etc/rc.conf
3581.It Pa /etc/rc.conf.local
3582.El
3583.Sh SEE ALSO
3584.Xr catman 1 ,
3585.Xr chmod 1 ,
3586.Xr gdb 1 ,
3587.Xr info 1 ,
3588.Xr kbdcontrol 1 ,
3589.Xr makewhatis 1 ,
3590.Xr sh 1 ,
3591.Xr vi 1 ,
3592.Xr vidcontrol 1 ,
3593.El
3594.Sh FILES
3595.Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact
3596.It Pa /etc/defaults/rc.conf
3597.It Pa /etc/rc.conf
3598.It Pa /etc/rc.conf.local
3599.El
3600.Sh SEE ALSO
3601.Xr catman 1 ,
3602.Xr chmod 1 ,
3603.Xr gdb 1 ,
3604.Xr info 1 ,
3605.Xr kbdcontrol 1 ,
3606.Xr makewhatis 1 ,
3607.Xr sh 1 ,
3608.Xr vi 1 ,
3609.Xr vidcontrol 1 ,
3610.Xr bridge 4 ,
3593.Xr ip 4 ,
3594.Xr ipf 4 ,
3595.Xr ipfw 4 ,
3596.Xr ipnat 4 ,
3597.Xr kld 4 ,
3598.Xr pf 4 ,
3599.Xr pflog 4 ,
3600.Xr pfsync 4 ,

--- 70 unchanged lines hidden ---
3611.Xr ip 4 ,
3612.Xr ipf 4 ,
3613.Xr ipfw 4 ,
3614.Xr ipnat 4 ,
3615.Xr kld 4 ,
3616.Xr pf 4 ,
3617.Xr pflog 4 ,
3618.Xr pfsync 4 ,

--- 70 unchanged lines hidden ---