Fixed typos in warnquota.conf patch
This commit is contained in:
parent
50356487e0
commit
768a01efc8
@ -11,7 +11,7 @@
|
||||
# but they don't have to be:
|
||||
-SUBJECT = Hey, user, clean up your account!
|
||||
-CC_TO = "sysadm@localhost"
|
||||
+SUBJECT = NOTE: You are exceeding your allocatted disk space limits
|
||||
+SUBJECT = NOTE: You are exceeding your allocated disk space limits
|
||||
+CC_TO = "root@localhost"
|
||||
# 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,
|
||||
@ -25,7 +25,7 @@
|
||||
# Line breaks are done by '|' character
|
||||
-MESSAGE = Hello, I've noticed you use too much space\
|
||||
- on my disk|Delete your files on following filesystems:|
|
||||
+MESSAGE = Your disk usage has exceeded the agreeded limits\
|
||||
+MESSAGE = Your disk usage has exceeded the agreed limits\
|
||||
+ on this server|Please delete any unnecessary files on following filesystems:|
|
||||
# Text in the end of the mail (if not specified, default text using SUPPORT and PHONE
|
||||
# is created)
|
||||
|
||||
@ -2,7 +2,7 @@ Name: quota
|
||||
Summary: System administration tools for monitoring users' disk usage.
|
||||
Epoch: 1
|
||||
Version: 3.12
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -74,6 +74,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 24 17:15:50 EDT 2004
|
||||
- Fixed typos in warnquota.conf patch
|
||||
|
||||
* Mon Sep 13 2004 Steve Dickson <SteveD@RedHat.com>
|
||||
- upgraded to 3.12
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user