On Mon, Jan 09, 2017 at 10:35:08PM +0100, Peter van Dijk wrote:
> Hello,
>
> Looking at CVS history (via the git/github mirror) I see that the
> initial PowerDNS import had some pdnsd mixups, or was based on the
> pdnsd port. It looks like at least one artefact of that remains -
> net/powerdns/pkg/PLIST-main has a line ???@extraunexec rm -rf
> /var/pdnsd/*??? which makes no sense as the powerdns port and the
> software it installs does not use that dir at all. I suggest
> removing that line.
>
indeed
OK?
diff --git net/powerdns/Makefile net/powerdns/Makefile
index 5ea79a7042e..fb84ab8948a 100644
--- net/powerdns/Makefile
+++ net/powerdns/Makefile
@@ -18,7 +18,7 @@ PKGNAME-ldap= powerdns-ldap-${V}
CATEGORIES= net
HOMEPAGE= http://www.powerdns.com/
MAINTAINER= Florian Obser <[email protected]>
-REVISION-main= 0
+REVISION-main= 1
MULTI_PACKAGES= -main -mysql -pgsql -ldap
diff --git net/powerdns/pkg/PLIST-main net/powerdns/pkg/PLIST-main
index bd0aab11ecc..a62bdc970ec 100644
--- net/powerdns/pkg/PLIST-main
+++ net/powerdns/pkg/PLIST-main
@@ -5,7 +5,6 @@
@pkgpath net/powerdns,-sqlite3
@newgroup _powerdns:609
@newuser _powerdns:609:_powerdns:daemon:PowerDNS
Server:/nonexistent:/sbin/nologin
-@extraunexec rm -rf /var/pdnsd/*
@bin bin/pdns_control
@bin bin/pdnsutil
@bin bin/zone2json
--
I'm not entirely sure you are real.