Deleted Added
full compact
rc.conf.5 (179315) rc.conf.5 (179909)
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 179315 2008-05-26 10:40:09Z bz $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 179909 2008-06-21 13:53:35Z simon $
26.\"
26.\"
27.Dd May 25, 2008
27.Dd June 21, 2008
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

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

3012at boot time when
3013.Va dumpdir
3014is set.
3015.It Va savecore_flags
3016.Pq Vt str
3017If crash dumps are enabled, these are the flags to pass to the
3018.Xr savecore 8
3019utility.
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

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

3012at boot time when
3013.Va dumpdir
3014is set.
3015.It Va savecore_flags
3016.Pq Vt str
3017If crash dumps are enabled, these are the flags to pass to the
3018.Xr savecore 8
3019utility.
3020.It Va enable_quotas
3020.It Va quota_enable
3021.Pq Vt bool
3022Set to
3023.Dq Li YES
3024to turn on user and group disk quotas on system startup via the
3025.Xr quotaon 8
3026command for all file systems marked as having quotas enabled in
3027.Pa /etc/fstab .
3028The kernel must be built with

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

3033Set to
3034.Dq Li YES
3035to enable user and group disk quota checking via the
3036.Xr quotacheck 8
3037command.
3038.It Va quotacheck_flags
3039.Pq Vt str
3040If
3021.Pq Vt bool
3022Set to
3023.Dq Li YES
3024to turn on user and group disk quotas on system startup via the
3025.Xr quotaon 8
3026command for all file systems marked as having quotas enabled in
3027.Pa /etc/fstab .
3028The kernel must be built with

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

3033Set to
3034.Dq Li YES
3035to enable user and group disk quota checking via the
3036.Xr quotacheck 8
3037command.
3038.It Va quotacheck_flags
3039.Pq Vt str
3040If
3041.Va enable_quotas
3041.Va quota_enable
3042is set to
3043.Dq Li YES ,
3044and
3045.Va check_quotas
3046is set to
3047.Dq Li YES ,
3048these are the flags to pass to the
3049.Xr quotacheck 8
3050utility.
3051The default is
3052.Dq Li "-a" ,
3053which checks quotas for all file systems with quotas enabled in
3054.Pa /etc/fstab .
3055.It Va quotaon_flags
3056.Pq Vt str
3057If
3042is set to
3043.Dq Li YES ,
3044and
3045.Va check_quotas
3046is set to
3047.Dq Li YES ,
3048these are the flags to pass to the
3049.Xr quotacheck 8
3050utility.
3051The default is
3052.Dq Li "-a" ,
3053which checks quotas for all file systems with quotas enabled in
3054.Pa /etc/fstab .
3055.It Va quotaon_flags
3056.Pq Vt str
3057If
3058.Va enable_quotas
3058.Va quota_enable
3059is set to
3060.Dq Li YES ,
3061these are the flags to pass to the
3062.Xr quotaon 8
3063utility.
3064The default is
3065.Dq Li "-a" ,
3066which enables quotas for all file systems with quotas enabled in
3067.Pa /etc/fstab .
3068.It Va quotaoff_flags
3069.Pq Vt str
3070If
3059is set to
3060.Dq Li YES ,
3061these are the flags to pass to the
3062.Xr quotaon 8
3063utility.
3064The default is
3065.Dq Li "-a" ,
3066which enables quotas for all file systems with quotas enabled in
3067.Pa /etc/fstab .
3068.It Va quotaoff_flags
3069.Pq Vt str
3070If
3071.Va enable_quotas
3071.Va quota_enable
3072is set to
3073.Dq Li YES ,
3074these are the flags to pass to the
3075.Xr quotaoff 8
3076utility when shutting down the quota system.
3077The default is
3078.Dq Li "-a" ,
3079which disables quotas for all file systems with quotas enabled in

--- 962 unchanged lines hidden ---
3072is set to
3073.Dq Li YES ,
3074these are the flags to pass to the
3075.Xr quotaoff 8
3076utility when shutting down the quota system.
3077The default is
3078.Dq Li "-a" ,
3079which disables quotas for all file systems with quotas enabled in

--- 962 unchanged lines hidden ---