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