Bug 82250

Summary: Typo in warnquota.conf email subject
Product: [Retired] Red Hat Linux Reporter: Steve Woodcock <steve.woodcock>
Component: quotaAssignee: Steve Dickson <steved>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: mgarski
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 3.12-4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-28 14:55:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 133398    

Description Steve Woodcock 2003-01-20 14:59:14 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a)
Gecko/20021207 Phoenix/0.5

Description of problem:
The file /etc/warnquota.conf has a typo in the SUBJECT variable value. This
patch corrects it:

--- warnquota.conf.orig 2003-01-20 14:48:23.000000000 +0000
+++ warnquota.conf      2003-01-20 14:48:40.000000000 +0000
@@ -9,7 +9,7 @@

 # but they don't have to be:
 #
-SUBJECT        = NOTE: You are exceeding your allocatted disk space limits
+SUBJECT        = NOTE: You are exceeding your allocated disk space limits
 CC_TO          = "root@localhost"
 SUPPORT        = "root"
 PHONE          = "(123) 456-1111 or (222) 333-4444"


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Setup quotas and make a user go over the soft limit
2. Run warnquota as root
3. See subject line of generated warning email
    

Actual Results:  Root received email with subject:

  NOTE: You are exceeding your allocatted disk space limits

Expected Results:  Root should receive email with subject:

  NOTE: You are exceeding your allocated disk space limits

Additional info:

Comment 1 Rik van Riel 2004-09-24 20:14:31 UTC
Trivial fix.  SteveD, could you please commit it for rawhide ? ;)

Comment 2 Steve Dickson 2004-09-24 21:19:26 UTC
fixed in quota-3.12-4

Comment 3 Marcin Garski 2004-09-28 14:55:27 UTC
Verified - looks fine in current versions.