Bug 92090
| Summary: | FAXQ_HELPER points to /usr/local in faxrm script | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kyle Bateman <kyle> | ||||
| Component: | mgetty | Assignee: | Nalin Dahyabhai <nalin> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1 | CC: | h1k6zn2m, ichtus, nphilipp, redhat, sasha | ||||
| Target Milestone: | --- | Keywords: | EasyFix | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 1.1.30-5 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2003-11-18 13:54:36 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: | 109188 | ||||||
| Attachments: |
|
||||||
/usr/bin/faxq has the same issue. FAXQ_HELPER=/usr/local/lib/mgetty+sendfax/faxq-helper Should be FAXQ_HELPER=/usr/lib/mgetty+sendfax/faxq-helper *** Bug 97720 has been marked as a duplicate of this bug. *** Created attachment 92897 [details]
Patch fixing the problem described.
*** Bug 103025 has been marked as a duplicate of this bug. *** Problem still persistent in Fedora Core 1. Fixing in 1.1.30-5. *** Bug 110654 has been marked as a duplicate of this bug. *** |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021220 Description of problem: The faxrm script fails because it contains: FAXQ_HELPER=/usr/local/lib/mgetty+sendfax/faxq-helper which should read: FAXQ_HELPER=/usr/lib/mgetty+sendfax/faxq-helper Version-Release number of selected component (if applicable): mgetty-sendfax-1.1.30-2 How reproducible: Always Steps to Reproduce: 1.try deleting a spooled fax with faxrm Actual Results: The program reports that the faxq-helper program can not be found. Expected Results: The fax should get deleted Additional info: