SpamdD p5-Mail-SpamAssassin use PREFIX/bin/spamd to run in the daemon mode. This port use PREFIX/libexec/spamd. This cause a problem, because check_process get wrong pid. And "start" will fail, but "stop" command cab cause killing sa-spam. To avoid this i replaced check_process function with my own. Also this patch add pfspamd_setup_flags. spamd-setup have -t key which allow to specify ipfw table to use. We need to be able to pass table number to this tool, so i added this var. Port maintainer (delphij@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 How-To-Repeat: run sa-spamd. run pfspamd.sh start. it will fail
Responsible Changed From-To: freebsd-ports-bugs->delphij Over to maintainer
Responsible Changed From-To: delphij->freebsd-ports Return to pool.
Please, commit this patch. Also, i want to take maintainership for this project. -- Best regards, Alex Samorukov, SAMM1-RIPE Zend Certified PHP Engineer
delphij 2007-03-20 15:16:44 UTC FreeBSD ports repository Modified files: mail/spamd Makefile mail/spamd/files pfspamd.sh.in Log: - Resolve conflict between sa-spamd and pf-spamd - Add pfspamd_setup_flags to give finer grained control - Give maintainership to submitter Submitted by: Alex Samorukov <samm os2 kiev ua> PR: ports/108663 Revision Changes Path 1.12 +2 -2 ports/mail/spamd/Makefile 1.2 +12 -2 ports/mail/spamd/files/pfspamd.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!