]> git.pld-linux.org Git - packages/quota.git/blame - quota-defaults.patch
- converted to UTF-8
[packages/quota.git] / quota-defaults.patch
CommitLineData
d1a4cb9b 1diff -ur quota-tools.org/warnquota.conf quota-tools/warnquota.conf
2--- quota-tools.org/warnquota.conf Fri Nov 9 21:10:34 2001
3+++ quota-tools/warnquota.conf Wed Apr 10 17:47:10 2002
4@@ -1,16 +1,18 @@
3f82d0b1 5-# this is an example warnquota.conf
6+# This is an example /etc/warnquota.conf
d1a4cb9b 7+# Configured for PLD Linux systems
8+
3f82d0b1 9 #
10 ; ; and # type comments are allowed
d1a4cb9b 11 # and even blank lines
3f82d0b1 12
d1a4cb9b 13 # values can be quoted:
3f82d0b1 14-MAIL_CMD = "/usr/my/sendmail/instead/sendmail -t"
15-FROM = "bas@localhost"
3f82d0b1 16+MAIL_CMD = "/usr/sbin/sendmail -t"
17+FROM = "root@localhost"
d1a4cb9b 18 # but they don't have to be:
19-SUBJECT = Hey, user, clean up your account!
20-CC_TO = "sysadm@localhost"
3f82d0b1 21+SUBJECT = "Disk quota usage on system"
22+CC_TO = "root"
23 SUPPORT = "support@myhost.com"
24-PHONE = "(123) 456-1111 or (222) 333-4444"
25+PHONE = "No phone numbers have been defined."
d1a4cb9b 26 # Text in the beginning of the mail (if not specified, default text is used)
27 # This way text can be split to more lines
28 # Line break are done by '|' character
This page took 0.036174 seconds and 4 git commands to generate.