summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-21 03:07:21 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-21 03:07:21 +0000
commit9ed5ca5e75e97a38abd0aa755ee23f5ffb871236 (patch)
tree1e40fb1ed58224dc52f5a7010313b2235a315b69 /sys-fs/quota/files
parentarm/ia64/s390/sh stable (diff)
downloadgentoo-2-9ed5ca5e75e97a38abd0aa755ee23f5ffb871236.tar.gz
gentoo-2-9ed5ca5e75e97a38abd0aa755ee23f5ffb871236.tar.bz2
gentoo-2-9ed5ca5e75e97a38abd0aa755ee23f5ffb871236.zip
add warning about usage on a serial console #126953 by MAL
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'sys-fs/quota/files')
-rw-r--r--sys-fs/quota/files/quota.confd7
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"