ports/108182: dns/powerdns: fix building issues with gpgsql backend and remove sqlite3 backend (added it a bit too soon)

Edmund Craske edmund at m00is.net
Thu Feb 1 20:40:29 UTC 2007


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

From: Edmund Craske <edmund at m00is.net>
To: bug-followup at FreeBSD.org,  tremere at cainites.net
Cc:  
Subject: Re: ports/108182: dns/powerdns: fix building issues with gpgsql backend
 and remove sqlite3 backend (added it a bit too soon)
Date: Thu, 01 Feb 2007 20:13:10 +0000

 Hi, it appears that the pdns rc.d script needs updating with the new 
 location of the pdns.conf:
 
 pdns_conf=${pdns_conf:-"/usr/local/etc/pdns.conf"}
 
 should be
 
 pdns_conf=${pdns_conf:-"/usr/local/etc/pdns/pdns.conf"}
 
 If I don't change this, and remove /usr/local/etc/pdns.conf (as would be 
 the case with a new install) then I get an error like so:
 
 Feb  1 19:55:22 alpha m00: /usr/local/etc/rc.d/pdns: WARNING: 
 /usr/local/etc/pdns.conf is not readable.
 
 Also, it's probably a good idea to patch the pdns.conf-dist so that the 
 commented out config file location points to the right place:
 
 # config-dir=/usr/local/etc
 should become
 # config-dir=/usr/local/etc/pdns
 
 As for where pdns looks if this setting is left commented, I am not sure 
 - is it part of the configure process?
 
 Thanks for fixing the gpgsql backend issue :)
 
 Edmund Craske



More information about the freebsd-ports-bugs mailing list