Deleted Added
full compact
rc.conf.5 (153837) rc.conf.5 (154114)
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 153837 2005-12-29 13:39:46Z rse $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 154114 2006-01-08 10:15:31Z dougb $
26.\"
27.Dd December 20, 2005
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

2825.Pq Vt bool
2826The
2827.Xr ldconfig 8
2828utility normally refuses to use directories
2829which are writable by anyone except root.
2830Set this variable to
2831.Dq Li YES
2832to disable that security check during system startup.
26.\"
27.Dd December 20, 2005
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

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

2825.Pq Vt bool
2826The
2827.Xr ldconfig 8
2828utility normally refuses to use directories
2829which are writable by anyone except root.
2830Set this variable to
2831.Dq Li YES
2832to disable that security check during system startup.
2833.It Va ldconfig_local_dirs
2834.Pq Vt str
2835Set to the list of local
2836.Xr ldconfig 8
2837directories.
2838The names of all files in the directories listed will be
2839passed as arguments to
2840.Xr ldconfig 8 .
2841.It Va ldconfig_local32_dirs
2842.Pq Vt str
2843Set to the list of local 32-bit compatibility
2844.Xr ldconfig 8
2845directories.
2846The names of all files in the directories listed will be
2847passed as arguments to
2848.Xr ldconfig 8
2849.Fl 32 .
2833.It Va kern_securelevel_enable
2834.Pq Vt bool
2835Set to
2836.Dq Li YES
2837to set the kernel security level at system startup.
2838.It Va kern_securelevel
2839.Pq Vt int
2840The kernel security level to set at startup.

--- 631 unchanged lines hidden ---
2850.It Va kern_securelevel_enable
2851.Pq Vt bool
2852Set to
2853.Dq Li YES
2854to set the kernel security level at system startup.
2855.It Va kern_securelevel
2856.Pq Vt int
2857The kernel security level to set at startup.

--- 631 unchanged lines hidden ---