]> git.pld-linux.org Git - packages/quota.git/blobdiff - quota-defaults.patch
- updated to 4.01
[packages/quota.git] / quota-defaults.patch
index 6785e27522114e8f0587fe2a37c4d1ec12ed9d2d..a4f8801f4dc9c055784a8b3127b6935b64632238 100644 (file)
@@ -1,30 +1,29 @@
-diff -ur quota-tools/warnquota.conf quota-tools-patched/warnquota.conf
---- quota-tools/warnquota.conf 2004-03-12 18:15:40.000000000 +0000
-+++ quota-tools-patched/warnquota.conf 2004-06-13 17:59:40.000000000 +0000
-@@ -1,20 +1,22 @@
+--- quota-tools/warnquota.conf.orig    2014-07-22 21:02:37.210219616 +0200
++++ quota-tools/warnquota.conf 2014-07-22 21:14:56.760188581 +0200
+@@ -1,21 +1,21 @@
 -# this is an example warnquota.conf
 +# This is an example /etc/warnquota.conf
 +# Configured for PLD Linux systems
-+
  #
  ; ; and # type comments are allowed
  # and even blank lines
  
  # values can be quoted:
--MAIL_CMD      = "/usr/my/sendmail/instead/sendmail -t"
--FROM          = "bas@localhost"
+-#MAIL_CMD     = "/usr/my/sendmail/instead/sendmail -t"
+-MAIL_CMD      = "/bin/echo"
+-FROM          = "bas@example.com"
 +MAIL_CMD      = "/usr/sbin/sendmail -t"
 +FROM          = "root@localhost"
  # but they don't have to be:
 -SUBJECT       = Hey, user, clean up your account!
--CC_TO                 = "sysadm@localhost"
-+SUBJECT       = "Disk quota usage on system"
+-CC_TO                 = "sysadm@example.com"
++SUBJECT       = Disk quota usage on system
 +CC_TO                 = "root"
  # If you set this variable CC will be used only when user has less than
  # specified grace time left (examples of possible times: 5 seconds, 1 minute,
  # 12 hours, 5 days)
  # CC_BEFORE = 2 days
- SUPPORT       = "support@myhost.com"
+ SUPPORT       = "support@example.com"
 -PHONE                 = "(123) 456-1111 or (222) 333-4444"
 +PHONE                 = "No phone numbers have been defined."
  # Text in the beginning of the mail (if not specified, default text is used)
This page took 0.062916 seconds and 4 git commands to generate.