aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>2007-01-20 04:24:20 +0000
committerMike Pritchard <mpp@FreeBSD.org>2007-01-20 04:24:20 +0000
commita0072eda8611a9d27cd37c2cb3d990bb8a3c3d5d (patch)
tree915762d169141174f5d3691a9a5eaf2757d14241 /etc/defaults/rc.conf
parent6c81a0aecb6ec9d28c78bb2dc9e12a7416fc6ac7 (diff)
downloadsrc-a0072eda8611a9d27cd37c2cb3d990bb8a3c3d5d.tar.gz
src-a0072eda8611a9d27cd37c2cb3d990bb8a3c3d5d.zip
Add the following knobs for quotas if they are enabled:
quotaon_flags - flags for the quotaon command quotaoff_flags - flags for the quotaoff command quotacheck_flags - flags for the quotacheck command
Notes
Notes: svn path=/head/; revision=166121
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 6f1ba626668c..89b93d294f6c 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -495,6 +495,9 @@ dumpdir="/var/crash" # Directory where crash dumps are to be stored
savecore_flags="" # Used if dumpdev is enabled above, and present.
enable_quotas="NO" # turn on quotas on startup (or NO).
check_quotas="YES" # Check quotas on startup (or NO).
+quotaon_flags="-a" # Turn quotas on for all file systems (if enabled)
+quotaoff_flags="-a" # Turn quotas off for all file systems at shutdown
+quotacheck_flags="-a" # Check all file system quotas (if enabled)
accounting_enable="NO" # Turn on process accounting (or NO).
ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
ibcs2_loaders="coff" # List of additional Ibcs2 loaders (or NO).