diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-21 03:07:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-21 03:07:21 +0000 |
commit | 61d86394e72acb9542389c14ab1a2dffaea68393 (patch) | |
tree | 303c2d54339504e17624e806ee5192709c6ed723 /sys-fs/quota/files | |
parent | arm/ia64/s390/sh stable (diff) | |
download | historical-61d86394e72acb9542389c14ab1a2dffaea68393.tar.gz historical-61d86394e72acb9542389c14ab1a2dffaea68393.tar.bz2 historical-61d86394e72acb9542389c14ab1a2dffaea68393.zip |
add warning about usage on a serial console #126953 by MAL
Package-Manager: portage-2.1_pre6-r5
Diffstat (limited to 'sys-fs/quota/files')
-rw-r--r-- | sys-fs/quota/files/quota.confd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-fs/quota/files/quota.confd b/sys-fs/quota/files/quota.confd index 5981d05d7104..6e66c88dda14 100644 --- a/sys-fs/quota/files/quota.confd +++ b/sys-fs/quota/files/quota.confd @@ -1,8 +1,13 @@ -# /etc/init.d/quota +# /etc/conf.d/quota: config file for /etc/init.d/quota + +# Note: if your console is hooked up to a serial terminal, +# you prob want to drop the '-v' from the OPTS vars below. + # Run quotacheck ? RUN_QUOTACHECK="yes" + # Options for quotacheck QUOTACHECK_OPTS="-avug" |