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