You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/04/28 07:31:05 UTC

[Bug 4197] no pgrep or pkill on OSX

http://bugzilla.spamassassin.org/show_bug.cgi?id=4197





------- Additional Comments From spamassassin@dostech.ca  2005-04-27 22:31 -------
The problem is that you test for '/usr/bin/p[grep|kill]' but then try to execute
'p[grep|kill]'.

Obviously this won't work right where a user doesn't have '/usr/bin/' in their
path.  There are a few RedHat distributions out there that do this by default.

Adding the path to the two system calls should take care of the bug.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.