]> git.pld-linux.org Git - packages/quota.git/blob - quota-defaults.patch
- updated to 4.02
[packages/quota.git] / quota-defaults.patch
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 @@
4 -# this is an example warnquota.conf
5 +# This is an example /etc/warnquota.conf
6 +# Configured for PLD Linux systems
7  #
8  ; ; and # type comments are allowed
9  # and even blank lines
10  
11  # values can be quoted:
12 -#MAIL_CMD      = "/usr/my/sendmail/instead/sendmail -t"
13 -MAIL_CMD       = "/bin/echo"
14 -FROM           = "bas@example.com"
15 +MAIL_CMD       = "/usr/sbin/sendmail -t"
16 +FROM           = "root@localhost"
17  # but they don't have to be:
18 -SUBJECT        = Hey, user, clean up your account!
19 -CC_TO          = "sysadm@example.com"
20 +SUBJECT        = Disk quota usage on system
21 +CC_TO          = "root"
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
26  SUPPORT        = "support@example.com"
27 -PHONE          = "(123) 456-1111 or (222) 333-4444"
28 +PHONE          = "No phone numbers have been defined."
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
31  # Line breaks are done by '|' character
This page took 0.072538 seconds and 3 git commands to generate.