Bug 64713 - mail/p5-Mail-SpamAssassin's spamd.sh hardwires pidfile
Summary: mail/p5-Mail-SpamAssassin's spamd.sh hardwires pidfile
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-25 15:20 UTC by Sheldon Hearn
Modified: 2004-03-25 16:23 UTC (History)
0 users

See Also:


Attachments
file.diff (667 bytes, patch)
2004-03-25 15:20 UTC, Sheldon Hearn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sheldon Hearn freebsd_committer freebsd_triage 2004-03-25 15:20:15 UTC
	The spamd.sh startup script from mail/p5-Mail-SpamAssassin hardwires
	the path to the pidfile.  It is possible to override this in
	spamd_flags, but the hardwiring then breaks.

Fix: This patch works for me.

How-To-Repeat: 	Use this or similar in /etc/rc.conf:

	spamd_enable="YES"
	spamd_pidfile="/var/spamd/run/spamd.pid"
	spamd_flags="-r $spamd_pidfile -H /var/spamd/home -u mailnull -c -d"
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2004-03-25 15:28:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl@FreeBSD.org

Over to maintainer.
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2004-03-25 15:35:14 UTC
Responsible Changed
From-To: perl@FreeBSD.org->perl

you can use this shorter form too :-)
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2004-03-25 16:23:07 UTC
State Changed
From-To: open->closed

Committed, thanks !