Bug 82250
| Summary: | Typo in warnquota.conf email subject | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Steve Woodcock <steve.woodcock> |
| Component: | quota | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | 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 | ||
Trivial fix. SteveD, could you please commit it for rawhide ? ;) fixed in quota-3.12-4 Verified - looks fine in current versions. |
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: