ports/106021: [PATCH] dns/powerdns-recursor - fix configuration file location

Artis Caune Artis.Caune at latnet.lv
Wed Nov 29 17:22:52 UTC 2006


>Number:         106021
>Category:       ports
>Synopsis:       [PATCH] dns/powerdns-recursor - fix configuration file location
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 29 17:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Artis Caune
>Release:        6.1
>Organization:
>Environment:
>Description:
configuration files are installed in etc/pdns, but pdns_recursor except to find them in etc/powerdns.

>How-To-Repeat:

>Fix:
--- Makefile.orig       Thu Nov 16 01:59:16 2006
+++ Makefile    Wed Nov 29 18:58:31 2006
@@ -45,7 +45,7 @@
           -e 's;BINDIR=/usr/bin/;BINDIR=${PREFIX}/bin/;' \
           -e 's;CONFIGDIR="/etc/powerdns/";CONFIGDIR=${PREFIX}/etc/pdns/;' \
                ${WRKSRC}/Makefile
-       @${REINPLACE_CMD} -e 's;"/etc/powerdns/";"${PREFIX}/etc/powerdns/";' \
+       @${REINPLACE_CMD} -e 's;"/etc/powerdns/";"${PREFIX}/etc/pdns/";' \
                ${WRKSRC}/config.h
 
 post-install:

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list