Date: Thu, 10 Nov 2011 09:40:10 GMT From: vwe@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/162426: mail/postgrey bad postgrey_options default in rc.d file Message-ID: <201111100940.pAA9eAr8099244@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/162426; it has been noted by GNATS. From: vwe@freebsd.org To: Darren Pilgrim <ports.maintainer@evilphi.com> Cc: bug-followup@FreeBSD.org Subject: Re: ports/162426: mail/postgrey bad postgrey_options default in rc.d file Date: Thu, 10 Nov 2011 10:33:13 +0100 On 11/10/11 09:18, Darren Pilgrim wrote: > Yes, I'm aware, thanks. The commit that introduced the error has been > reverted. This PR can be closed. > Dear Darren, just to test your "fix", I've updated postgrey on another (production) machine using a fresh ports tree. The rc file /usr/local/etc/rc.d/postgrey (at rev 1.6) still has the "--inet:10023" error but now I see this output: # /usr/local/etc/rc.d/postgrey start /usr/local/etc/rc.d/postgrey: WARNING: %%DBDIR%% is not a directory. /usr/local/etc/rc.d/postgrey: WARNING: failed precmd routine for postgrey /usr/local/etc/rc.d/postgrey now contains: load_rc_config $name postgrey_dbdir=${postgrey_dbdir:-"%%DBDIR%%"} postgrey_enable=${postgrey_enable:-"NO"} postgrey_options=${postgrey_options:-"--inet:10023"} So now we have two new bugs introduced with two fixes. I suggest to revert the reversal, to have a clear working base and use the patch attached to my PR. Regards, Volker Werth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111100940.pAA9eAr8099244>