]> git.pld-linux.org Git - packages/quota.git/blame - quota-defaults.patch
- updated to 4.02
[packages/quota.git] / quota-defaults.patch
CommitLineData
1bd5341a
JB
1--- quota-tools/warnquota.conf.orig 2014-07-22 21:02:37.210219616 +0200
2+++ quota-tools/warnquota.conf 2014-07-22 21:14:56.760188581 +0200
3@@ -1,21 +1,21 @@
3f82d0b1 4-# this is an example warnquota.conf
5+# This is an example /etc/warnquota.conf
d1a4cb9b 6+# Configured for PLD Linux systems
3f82d0b1 7 #
8 ; ; and # type comments are allowed
d1a4cb9b 9 # and even blank lines
3f82d0b1 10
d1a4cb9b 11 # values can be quoted:
1bd5341a
JB
12-#MAIL_CMD = "/usr/my/sendmail/instead/sendmail -t"
13-MAIL_CMD = "/bin/echo"
14-FROM = "bas@example.com"
3f82d0b1 15+MAIL_CMD = "/usr/sbin/sendmail -t"
16+FROM = "root@localhost"
d1a4cb9b 17 # but they don't have to be:
18-SUBJECT = Hey, user, clean up your account!
1bd5341a
JB
19-CC_TO = "sysadm@example.com"
20+SUBJECT = Disk quota usage on system
3f82d0b1 21+CC_TO = "root"
d01084c7 22 # If you set this variable CC will be used only when user has less than
23 # specified grace time left (examples of possible times: 5 seconds, 1 minute,
24 # 12 hours, 5 days)
25 # CC_BEFORE = 2 days
1bd5341a 26 SUPPORT = "support@example.com"
3f82d0b1 27-PHONE = "(123) 456-1111 or (222) 333-4444"
28+PHONE = "No phone numbers have been defined."
d1a4cb9b 29 # Text in the beginning of the mail (if not specified, default text is used)
30 # This way text can be split to more lines
d01084c7 31 # Line breaks are done by '|' character
This page took 0.083235 seconds and 4 git commands to generate.