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