From 3e6ea433a5fae3669626c47c9d73b43bc91449e8 Mon Sep 17 00:00:00 2001 From: mtm Date: Thu, 19 Jun 2008 07:06:11 +0000 Subject: Make quota knob conform to other rc(8) knobs. Keep older knob for compatibility. Requested by: Volker --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/defaults/rc.conf') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 177f4d5..357c45e 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -528,7 +528,7 @@ chkprintcap_flags="-d" # Create missing directories by default. dumpdev="AUTO" # Device to crashdump to (device name, AUTO, or NO). 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). +quota_enable="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 -- cgit v1.1