Blame SOURCES/quota-4.01-Make-group-warning-message-more-official.patch

370c56
From cc9476d5bf016375dc02453be424ac1ea9b01247 Mon Sep 17 00:00:00 2001
370c56
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
370c56
Date: Tue, 25 Sep 2012 15:27:44 +0200
370c56
Subject: [PATCH] Make group warning message more official
370c56
370c56
Port to 4.01-1.
370c56
---
370c56
 warnquota.conf | 5 +++--
370c56
 1 file changed, 3 insertions(+), 2 deletions(-)
370c56
370c56
diff --git a/warnquota.conf b/warnquota.conf
370c56
index 77f6a75..6d26bed 100644
370c56
--- a/warnquota.conf
370c56
+++ b/warnquota.conf
370c56
@@ -27,8 +27,9 @@ MESSAGE         = Your disk usage has exceeded the agreed limits\
370c56
 # is created)
370c56
 SIGNATURE	= root@example.com
370c56
 # Following text is used for mails about group exceeding quotas
370c56
-GROUP_MESSAGE	= Hello, a group '%i' you're member of use too much space at %h.|\
370c56
-I chose you to do the cleanup.|Delete group files on the following filesystems:|
370c56
+GROUP_MESSAGE  = Hello,|\
370c56
+your group %i is using too much disk space at %h.|\
370c56
+I suggest you to clean up group files on the following filesystems:|
370c56
 # Text in the end of the mail to the group (if not specified, default text using SUPPORT
370c56
 # and PHONE is created).
370c56
 GROUP_SIGNATURE	= See you!|			Your admin|
370c56
-- 
370c56
1.7.11.4
370c56