Deleted Added
sdiff udiff text old ( 162794 ) new ( 163063 )
full compact
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 162794 2006-09-29 15:45:11Z bms $
26.\"
27.Dd September 29, 2006
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION
34The file
35.Nm

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

3607.Va autobridge_ Ns Aq Ar element
3608variable is assumed to exist which has a whitespace separated list of interface
3609names to match, these names can use wildcards.
3610For example:
3611.Bd -literal
3612autobridge_interfaces="bridge0"
3613autobridge_bridge0="tap* dc0 vlan[345]"
3614.Ed
3615.El
3616.Sh FILES
3617.Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact
3618.It Pa /etc/defaults/rc.conf
3619.It Pa /etc/rc.conf
3620.It Pa /etc/rc.conf.local
3621.El
3622.Sh SEE ALSO

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

3663.Xr ipnat 8 ,
3664.Xr isdnd 8 ,
3665.Xr isdntrace 8 ,
3666.Xr jail 8 ,
3667.Xr kldxref 8 ,
3668.Xr lpd 8 ,
3669.Xr mdconfig 8 ,
3670.Xr mdmfs 8 ,
3671.Xr mountd 8 ,
3672.Xr moused 8 ,
3673.Xr mrouted 8 ,
3674.Xr named 8 ,
3675.Xr newfs 8 ,
3676.Xr newsyslog 8 ,
3677.Xr nfsd 8 ,
3678.Xr ntpd 8 ,

--- 32 unchanged lines hidden ---