ports/162426: mail/postgrey bad postgrey_options default in rc.d file

vwe at freebsd.org vwe at freebsd.org
Thu Nov 10 09:40:10 UTC 2011


The following reply was made to PR ports/162426; it has been noted by GNATS.

From: vwe at freebsd.org
To: Darren Pilgrim <ports.maintainer at evilphi.com>
Cc: bug-followup at 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



More information about the freebsd-ports-bugs mailing list