From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9758A13832E for ; Tue, 2 Aug 2016 20:22:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 550B1E0B3F; Tue, 2 Aug 2016 20:22:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D60C9E0B3F for ; Tue, 2 Aug 2016 20:22:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E606340B23 for ; Tue, 2 Aug 2016 20:22:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 726137DC for ; Tue, 2 Aug 2016 20:22:41 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1470169316.27b14ec35f70d9428db188ac14333549bb767952.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns-recursor/pdns-recursor-4.0.0-r1.ebuild net-dns/pdns-recursor/pdns-recursor-4.0.1.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 27b14ec35f70d9428db188ac14333549bb767952 X-VCS-Branch: master Date: Tue, 2 Aug 2016 20:22:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5e4149d1-57c5-42d2-b139-02f0be3b46ef X-Archives-Hash: 26090dfefd23a4fb752736ff6ddc202d commit: 27b14ec35f70d9428db188ac14333549bb767952 Author: Sven Wegener gentoo org> AuthorDate: Mon Aug 1 08:47:13 2016 +0000 Commit: Sven Wegener gentoo org> CommitDate: Tue Aug 2 20:21:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b14ec3 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 gentoo.org> net-dns/pdns-recursor/pdns-recursor-4.0.0-r1.ebuild | 4 +--- net-dns/pdns-recursor/pdns-recursor-4.0.1.ebuild | 4 +--- 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 4093004..61d2e8d 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 3a4a9b8..a4dddaa 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() {