]> git.pld-linux.org Git - packages/quota.git/blob - quota-defaults.patch
- bump release to 2 and nmerge translations from TurboLinux.
[packages/quota.git] / quota-defaults.patch
1 diff -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 @@
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  SUPPORT        = "support@myhost.com"
24 -PHONE          = "(123) 456-1111 or (222) 333-4444"
25 +PHONE          = "No phone numbers have been defined."
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.086264 seconds and 3 git commands to generate.