Deleted Added
sdiff udiff text old ( 256281 ) new ( 256387 )
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: stable/10/share/man/man5/rc.conf.5 256256 2013-10-10 09:32:27Z hrs $
26.\"
27.Dd October 10, 2013
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

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

3987and/or
3988.Va jail_ Ns Ao Ar jname Ac Ns Va _ip_multi Ns Aq Ar n
3989at the same time.
3990.It Li fstab
3991set from
3992.Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
3993.It Li mount
3994set from
3995.Va jail_ Ns Ao Ar jname Ac Ns Va _fdescfs_enable
3996or
3997.Va jail_ Ns Ao Ar jname Ac Ns Va _procfs_enable.
3998.It Li exec.fib
3999set from
4000.Va jail_ Ns Ao Ar jname Ac Ns Va _fib
4001.It Li exec.start
4002set from
4003.Va jail_ Ns Ao Ar jname Ac Ns Va _exec_start .
4004The parameter name was
4005.Li command

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

4037.It Li mount.devfs
4038set from
4039.Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_enable
4040.It Li devfs_ruleset
4041set from
4042.Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_ruleset .
4043This must be an integer,
4044not a string.
4045.It Li allow.set_hostname
4046set from
4047.Va jail_ Ns Ao Ar jname Ac Ns Va _set_hostname_allow
4048.It Li allow.rawsocket
4049set from
4050.Va jail_ Ns Ao Ar jname Ac Ns Va _socket_unixiproute_only
4051.It Li allow.sysvipc
4052set from

--- 533 unchanged lines hidden ---