Deleted Added
full compact
rc.conf.5 (136816) rc.conf.5 (137070)
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 136816 2004-10-23 18:35:35Z andre $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 137070 2004-10-30 13:44:06Z pjd $
26.\"
27.Dd October 23, 2004
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

923.Dq Li DHCP .
924For instance, to initialize the
925.Li ed0
926device via DHCP,
927it is possible to use something like:
928.Bd -literal
929ifconfig_ed0="DHCP"
930.Ed
26.\"
27.Dd October 23, 2004
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

923.Dq Li DHCP .
924For instance, to initialize the
925.Li ed0
926device via DHCP,
927it is possible to use something like:
928.Bd -literal
929ifconfig_ed0="DHCP"
930.Ed
931.Pp
932It is also possible to rename interface by doing:
933.Bd -literal
934ifconfig_ed0_name="net0"
935ifconfig_net0="inet 10.0.0.1 netmask 0xffff0000"
936.Ed
931.It Va ipv6_network_interfaces
932.Pq Vt str
933This is the IPv6 equivalent of
934.Va network_interfaces .
935Instead of setting the ifconfig variables as
936.Va ifconfig_ Ns Aq Ar interface
937they should be set as
938.Va ipv6_ifconfig_ Ns Aq Ar interface .

--- 2197 unchanged lines hidden ---
937.It Va ipv6_network_interfaces
938.Pq Vt str
939This is the IPv6 equivalent of
940.Va network_interfaces .
941Instead of setting the ifconfig variables as
942.Va ifconfig_ Ns Aq Ar interface
943they should be set as
944.Va ipv6_ifconfig_ Ns Aq Ar interface .

--- 2197 unchanged lines hidden ---