summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2016-08-01 08:47:13 +0000
committerSven Wegener <swegener@gentoo.org>2016-08-02 20:21:56 +0000
commit27b14ec35f70d9428db188ac14333549bb767952 (patch)
tree57914cfe62f43bf78fa9b0df2fa7fcbe398063af /net-dns
parentnet-misc/remmina: depend on <net-misc/freerdp-2 (diff)
downloadgentoo-27b14ec35f70d9428db188ac14333549bb767952.tar.gz
gentoo-27b14ec35f70d9428db188ac14333549bb767952.tar.bz2
gentoo-27b14ec35f70d9428db188ac14333549bb767952.zip
net-dns/pdns-recursor: Remove chroot symlink
>=pdns-recursor-4 manages the chroot socket on its own. Package-Manager: portage-2.2.28 Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/pdns-recursor/pdns-recursor-4.0.0-r1.ebuild4
-rw-r--r--net-dns/pdns-recursor/pdns-recursor-4.0.1.ebuild4
2 files changed, 2 insertions, 6 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.0-r1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.0-r1.ebuild
index 4093004f1119..61d2e8d1b79a 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.0.0-r1.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.0.0-r1.ebuild
@@ -57,9 +57,7 @@ src_install() {
doinitd "${FILESDIR}"/pdns-recursor
- # Pretty ugly, uh?
- dodir /var/lib/powerdns/var/lib
- dosym ../.. /var/lib/powerdns/var/lib/powerdns
+ keepdir /var/lib/powerdns
}
pkg_postinst() {
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.1.ebuild
index 3a4a9b8483d7..a4dddaafae5b 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.0.1.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.0.1.ebuild
@@ -57,9 +57,7 @@ src_install() {
doinitd "${FILESDIR}"/pdns-recursor
- # Pretty ugly, uh?
- dodir /var/lib/powerdns/var/lib
- dosym ../.. /var/lib/powerdns/var/lib/powerdns
+ keepdir /var/lib/powerdns
}
pkg_postinst() {