When /usr/local/etc/rc.d/postgrey checks to see if you have a local pid file (postgrey_pidfile), it hasn't loaded settings from rc.local yet. Because of this it defaults to /var/run/postgrey.pid file. This didn't used to be a problem with older versions of postgrey because it didn't check to see if the pid file exists for a non running program and it couldn't remove /var/run/postgrey.pid when shutting down. The newest postgrey tries to remove postgrey_pidfile and if the file still exists when it restarts it will no longer start up. Fix: This patch fixes the problem: How-To-Repeat: Install the newest postgrey in 7.2 and try to start postgrey, then try to restart it.
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
Maintainer of sysutils/syscp, Please note that PR ports/139046 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139046 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Ask for maintainer approval.
State Changed From-To: feedback->open feedback-timeout (18 days)
pgollucci 2010-01-18 00:14:21 UTC FreeBSD ports repository Modified files: mail/postgrey Makefile mail/postgrey/files postgrey.in Log: - Fix the rc.d script PR: ports/139046 Submitted by: James E Risner <risner@mail.bullard.de> Approved by: maintainer timeout Revision Changes Path 1.22 +1 -0 ports/mail/postgrey/Makefile 1.3 +3 -2 ports/mail/postgrey/files/postgrey.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!