Deleted Added
full compact
rc.conf.5 (256916) rc.conf.5 (260084)
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: stable/10/share/man/man5/rc.conf.5 256916 2013-10-22 16:09:44Z cperciva $
25.\" $FreeBSD: stable/10/share/man/man5/rc.conf.5 260084 2013-12-30 13:05:19Z pluknet $
26.\"
26.\"
27.Dd October 19, 2013
27.Dd December 25, 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

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

2043.Xr hastd 8 .
2044.It Va local_unbound_enable
2045.Pq Vt bool
2046If set to
2047.Dq Li YES ,
2048run the
2049.Xr unbound 8
2050daemon as a local caching resolver.
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

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

2043.Xr hastd 8 .
2044.It Va local_unbound_enable
2045.Pq Vt bool
2046If set to
2047.Dq Li YES ,
2048run the
2049.Xr unbound 8
2050daemon as a local caching resolver.
2051.It Va named_enable
2052.Pq Vt bool
2053If set to
2054.Dq Li YES ,
2055run the
2056.Xr named 8
2057daemon.
2058.It Va named_program
2059.Pq Vt str
2060Path to
2061.Xr named 8
2062(default
2063.Pa /usr/sbin/named ) .
2064.It Va named_conf
2065.Pq Vt str
2066Path to
2067.Xr named 8
2068configuration file, (default
2069.Pa /etc/namedb/named.conf ) .
2070.It Va named_flags
2071.Pq Vt str
2072If
2073.Va named_enable
2074is set to
2075.Dq Li YES ,
2076these are the flags to pass to
2077.Xr named 8 .
2078.It Va named_uid
2079.Pq Vt str
2080The user that the
2081.Xr named 8
2082process should be run as.
2083.It Va named_chrootdir
2084.Pq Vt str
2085The root directory for a name server run in a
2086.Xr chroot 8
2087environment (default
2088.Pa /var/named ) .
2089If left empty
2090.Xr named 8
2091will not be run in a
2092.Xr chroot 8
2093environment.
2094.It Va named_chroot_autoupdate
2095.Pq Vt bool
2096Set to
2097.Dq Li NO
2098to disable automatic update of the
2099.Xr chroot 8
2100environment.
2101.It Va named_symlink_enable
2102.Pq Vt bool
2103Set to
2104.Dq Li NO
2105to disable symlinking of
2106daemon's PID file
2107into the
2108.Xr chroot 8
2109environment.
2110.It Va named_wait
2111.Pq Vt bool
2112Set to have
2113.Pa /etc/rc.d/named
2114loop until working name service is established.
2115.It Va named_wait_host
2116.Pq Vt str
2117Name of host to lookup for the named_wait option.
2118(Default localhost)
2119.It Va named_auto_forward
2120.Pq Vt bool
2121Set to enable automatic creation of a forwarder
2122configuration file derived from
2123.Pa /etc/resolv.conf .
2124.It Va named_auto_forward_only
2125.Pq Vt bool
2126Set to change the default forwarder configuration from
2127.Dq forward first
2128to
2129.Dq forward only .
2130.It Va kerberos5_server_enable
2131.Pq Vt bool
2132Set to
2133.Dq Li YES
2134to start a Kerberos 5 authentication server
2135at boot time.
2136.It Va kerberos5_server
2137.Pq Vt str

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

4554.Xr kldxref 8 ,
4555.Xr lpd 8 ,
4556.Xr mdconfig 8 ,
4557.Xr mdmfs 8 ,
4558.Xr mixer 8 ,
4559.Xr mountd 8 ,
4560.Xr moused 8 ,
4561.Xr mrouted 8 ,
2051.It Va kerberos5_server_enable
2052.Pq Vt bool
2053Set to
2054.Dq Li YES
2055to start a Kerberos 5 authentication server
2056at boot time.
2057.It Va kerberos5_server
2058.Pq Vt str

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

4475.Xr kldxref 8 ,
4476.Xr lpd 8 ,
4477.Xr mdconfig 8 ,
4478.Xr mdmfs 8 ,
4479.Xr mixer 8 ,
4480.Xr mountd 8 ,
4481.Xr moused 8 ,
4482.Xr mrouted 8 ,
4562.Xr named 8 ,
4563.Xr newfs 8 ,
4564.Xr newsyslog 8 ,
4565.Xr nfsd 8 ,
4566.Xr ntpd 8 ,
4567.Xr ntpdate 8 ,
4568.Xr pfctl 8 ,
4569.Xr pflogd 8 ,
4570.Xr ping 8 ,

--- 33 unchanged lines hidden ---
4483.Xr newfs 8 ,
4484.Xr newsyslog 8 ,
4485.Xr nfsd 8 ,
4486.Xr ntpd 8 ,
4487.Xr ntpdate 8 ,
4488.Xr pfctl 8 ,
4489.Xr pflogd 8 ,
4490.Xr ping 8 ,

--- 33 unchanged lines hidden ---