Bug 47137 - [FIX] mail/qmHandle
Summary: [FIX] mail/qmHandle
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pete Fritchman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-16 10:20 UTC by molter
Modified: 2003-01-23 13:32 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.08 KB, patch)
2003-01-16 10:20 UTC, molter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description molter 2003-01-16 10:20:03 UTC
        Port mail/qmHandle doesn't work out of the box, since many
        parameters are set for a Linux system.

        More exactly, it works only in read-mode, but it cannot
        perform any modification to the qmail queue.

Fix: Put following patch file in ports/mail/qmHandle/files/patch-qmHandle:

How-To-Repeat:         Install the port and try to remove a message from the qmail queue.
        It will fail saying that it cannot find the PID of qmail-send:

        root@cobweb[/var/qmail]# qmHandle -d737
        Can't exec "pidof": No such file or directory at
        /usr/local/bin/qmHandle line 322 (#1)
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-16 19:14:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->petef

Over to Maintainer
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2003-01-23 03:42:36 UTC
This looks good... do you want to be the maintainer, too?  I don't use
qmHandle anymore.

Thanks!

--pete
Comment 3 molter 2003-01-23 08:51:04 UTC
Pete Fritchman wrote [2003-01-22]:

> This looks good... do you want to be the maintainer, too?  I don't use
> qmHandle anymore.

Although I use qmail, I don't know how much I will be using qmHandle...
So I prefer not to be the maintainer. Anyway, thanks for the offer :-)

Could you commit the patch?

Marco
Comment 4 Pete Fritchman freebsd_committer freebsd_triage 2003-01-23 13:32:20 UTC
State Changed
From-To: open->closed

Committed, thanks.