set check_quotas="YES" as the default.

PR:		13603
Submitted by:	Alex Perel <veers@distributed.net>
Reviewed by:	billf
This commit is contained in:
Chris Piazza 1999-09-06 20:22:40 +00:00
parent 389017e544
commit 22e1fe88a2

View File

@ -206,7 +206,7 @@ sendmail_enable="YES" # Run the sendmail daemon (or NO).
sendmail_flags="-bd -q30m" # Flags to sendmail (if enabled)
dumpdev="NO" # Device name to crashdump to (if enabled).
enable_quotas="NO" # turn on quotas on startup (or NO).
check_quotas="NO" # Check quotas on startup (or NO).
check_quotas="YES" # Check quotas on startup (or NO).
accounting_enable="NO" # Turn on process accounting (or NO).
ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
linux_enable="NO" # Linux emulation loaded at startup (or NO).