Deleted Added
full compact
rc.conf.5 (157590) rc.conf.5 (157706)
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 157590 2006-04-08 12:15:36Z flz $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 157706 2006-04-13 06:50:46Z brooks $
26.\"
27.Dd April 8, 2006
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

359.It Va background_dhclient
360.Pq Vt bool
361Set to
362.Dq Li YES
363to start the DHCP client in background.
364This can cause trouble with applications depending on
365a working network, but it will provide a faster startup
366in many cases.
26.\"
27.Dd April 8, 2006
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

359.It Va background_dhclient
360.Pq Vt bool
361Set to
362.Dq Li YES
363to start the DHCP client in background.
364This can cause trouble with applications depending on
365a working network, but it will provide a faster startup
366in many cases.
367.It Va syncronous_dhclient
368.Pq Bt bool
369Set to
370.Dq Li NO
371to start
372.Xr dhclient 8
373only in response to interface events and not syncronously at startup.
374This behavior can be overridden on a per-interface basis by replacing
375the
376.Dq Li DHCP
377keyword in the
378.Va ifconfig_ Ns Aq Ar interface
379variable with
380.Dq Li SYNCDHCP
381or
382.Dq Li NOSYNCDHCP .
367.It Va firewall_enable
368.Pq Vt bool
369Set to
370.Dq Li YES
371to load firewall rules at startup.
372If the kernel was not built with
373.Cd "options IPFIREWALL" ,
374the

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

937Refer to
938.Xr ip 4
939for more information.
940.It Va network_interfaces
941.Pq Vt str
942Set to the list of network interfaces to configure on this host or
943.Dq Li AUTO
944(the default) for all current interfaces.
383.It Va firewall_enable
384.Pq Vt bool
385Set to
386.Dq Li YES
387to load firewall rules at startup.
388If the kernel was not built with
389.Cd "options IPFIREWALL" ,
390the

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

953Refer to
954.Xr ip 4
955for more information.
956.It Va network_interfaces
957.Pq Vt str
958Set to the list of network interfaces to configure on this host or
959.Dq Li AUTO
960(the default) for all current interfaces.
945For example, if the only active network devices in the system
946are the loopback device
947.Pq Li lo0
948and a NIC using the
949.Xr ed 4
950driver,
951this could be set to
952.Dq Li "lo0 ed0" .
961Setting the
962.Va network_interfaces
963variable to anything other than the default is deprecated.
964Interfaces that the administrator wishes to store configration for,
965but not start at boot should be configured with the
966.Dq Li NOAUTO
967keyword in their
968.Va ifconfig_ Ns Aq Ar interface
969variables as described below.
953.Pp
954An
955.Va ifconfig_ Ns Aq Ar interface
956variable is also assumed to exist for each value of
957.Ar interface .
970.Pp
971An
972.Va ifconfig_ Ns Aq Ar interface
973variable is also assumed to exist for each value of
974.Ar interface .
975When an interface name contains any of the characters
976.Dq Li .-/+
977they are translated to
978.Dq Li _
979before lookup.
958The variable can contain arguments to
959.Xr ifconfig 8 ,
960as well as special case-insensitive keywords described below.
961Such keywords are removed before passing the value to
962.Xr ifconfig 8
963while the order of the other arguments is preserved.
964.Pp
965One can configure more than one IPv4 address with the

--- 2711 unchanged lines hidden ---
980The variable can contain arguments to
981.Xr ifconfig 8 ,
982as well as special case-insensitive keywords described below.
983Such keywords are removed before passing the value to
984.Xr ifconfig 8
985while the order of the other arguments is preserved.
986.Pp
987One can configure more than one IPv4 address with the

--- 2711 unchanged lines hidden ---