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:
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