Deleted Added
full compact
rc.conf.5 (210826) rc.conf.5 (212241)
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 210826 2010-08-03 19:25:58Z bcr $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 212241 2010-09-05 20:04:54Z gjb $
26.\"
26.\"
27.Dd August 3, 2010
27.Dd September 4, 2010
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

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

3498.Dq Li YES
3499all configured jails will be started in the background (= in parallel).
3500.It Va jail_list
3501.Pq Vt str
3502A space separated list of names for jails.
3503This is purely a configuration aid to help identify and
3504configure multiple jails.
3505The names specified in this list will be used to
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

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

3498.Dq Li YES
3499all configured jails will be started in the background (= in parallel).
3500.It Va jail_list
3501.Pq Vt str
3502A space separated list of names for jails.
3503This is purely a configuration aid to help identify and
3504configure multiple jails.
3505The names specified in this list will be used to
3506identify settings common to an instance of a jail.
3506identify settings common to an instance of a jail,
3507and should contain alphanumeric characters only.
3507Assuming that the jail in question was named
3508.Li vjail ,
3509you would have the following dependent variables:
3510.Bd -literal
3511jail_vjail_hostname="jail.example.com"
3512jail_vjail_ip="192.0.2.100"
3513jail_vjail_rootdir="/var/jails/vjail/root"
3514.Ed

--- 855 unchanged lines hidden ---
3508Assuming that the jail in question was named
3509.Li vjail ,
3510you would have the following dependent variables:
3511.Bd -literal
3512jail_vjail_hostname="jail.example.com"
3513jail_vjail_ip="192.0.2.100"
3514jail_vjail_rootdir="/var/jails/vjail/root"
3515.Ed

--- 855 unchanged lines hidden ---