Bug 92090

Summary: FAXQ_HELPER points to /usr/local in faxrm script
Product: [Fedora] Fedora Reporter: Kyle Bateman <kyle>
Component: mgettyAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1CC: 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:
Description Flags
Patch fixing the problem described. none

Description Kyle Bateman 2003-06-02 16:52:29 UTC
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:

Comment 1 Stephen Lawrence Jr. 2003-06-11 21:50:17 UTC
/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


Comment 2 Nils Philippsen 2003-07-12 15:32:42 UTC
*** Bug 97720 has been marked as a duplicate of this bug. ***

Comment 3 Nils Philippsen 2003-07-12 15:35:00 UTC
Created attachment 92897 [details]
Patch fixing the problem described.

Comment 4 Jablonovsky Alexander 2003-08-25 17:33:42 UTC
*** Bug 103025 has been marked as a duplicate of this bug. ***

Comment 5 Nils Philippsen 2003-11-12 14:01:39 UTC
Problem still persistent in Fedora Core 1.

Comment 6 Nalin Dahyabhai 2003-11-18 13:54:36 UTC
Fixing in 1.1.30-5.

Comment 7 Nalin Dahyabhai 2003-11-24 14:58:06 UTC
*** Bug 110654 has been marked as a duplicate of this bug. ***