Bug 120862

Summary: /usr/sbin/faxrm contains incorrect absolute paths
Product: [Fedora] Fedora Reporter: David Monniaux <david.monniaux>
Component: mgettyAssignee: Jason Vas Dias <jvdias>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: mgetty-1.1.30-9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-17 21:06:49 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:

Description David Monniaux 2004-04-14 17:19:34 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114

Description of problem: with mgetty+sendfax
/usr/sbin/faxrm contains a reference to a helper application through
an absolute path:
/usr/local/lib/mgetty+sendfax/faxq-helper

this path should be
/usr/lib/mgetty+sendfax/faxq-helper

The script therefore fails to work.


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

How reproducible:
Always

Steps to Reproduce:
1.use faxspool to queue a fax
2.use faxrm to remove it from the queue
3.
    

Additional info:

Comment 1 Jason Vas Dias 2004-08-17 21:06:49 UTC
Just clearing out old bugs here -
this one has definitely been fixed (mgetty-1.1.30-9) :
$ grep faxq-helper /usr/bin/faxrm
FAXQ_HELPER=/usr/lib/mgetty+sendfax/faxq-helper
# throw away - faxq-helper will do all the checks & all the work