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 6389013832E for ; Sat, 30 Jul 2016 11:43:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A2C21C081; Sat, 30 Jul 2016 11:42:56 +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 51C8C21C01D for ; Sat, 30 Jul 2016 11:42:56 +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 81423340C80 for ; Sat, 30 Jul 2016 11:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E805D7DC for ; Sat, 30 Jul 2016 11:42:50 +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: <1469878911.9656ded4fd55027d21b835cc5edef2d086fa0d13.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns/pdns-3.4.7.ebuild net-dns/pdns/pdns-3.4.8.ebuild net-dns/pdns/pdns-3.4.9.ebuild net-dns/pdns/pdns-4.0.0.ebuild X-VCS-Directories: net-dns/pdns/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 9656ded4fd55027d21b835cc5edef2d086fa0d13 X-VCS-Branch: master Date: Sat, 30 Jul 2016 11:42:50 +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: 0193a56d-0686-4cbb-9f26-072521b5b9e8 X-Archives-Hash: 0d9aadbc99c134326335b86ed20b4747 commit: 9656ded4fd55027d21b835cc5edef2d086fa0d13 Author: Sven Wegener gentoo org> AuthorDate: Sat Jul 30 11:26:05 2016 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Jul 30 11:41:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9656ded4 net-dns/pdns: Fix path in permission fix Package-Manager: portage-2.2.28 net-dns/pdns/pdns-3.4.7.ebuild | 6 +++--- net-dns/pdns/pdns-3.4.8.ebuild | 6 +++--- net-dns/pdns/pdns-3.4.9.ebuild | 6 +++--- net-dns/pdns/pdns-4.0.0.ebuild | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-dns/pdns/pdns-3.4.7.ebuild b/net-dns/pdns/pdns-3.4.7.ebuild index 829a260..cdd69f3 100644 --- a/net-dns/pdns/pdns-3.4.7.ebuild +++ b/net-dns/pdns/pdns-3.4.7.ebuild @@ -167,11 +167,11 @@ pkg_postinst() { if [[ $fix_perms -eq 1 ]] ; then ewarn "To fix a security bug (bug #458018) had the following" ewarn "files/directories the world-readable bit removed (if set):" - ewarn " ${EPREFIX}/etc/pdns" - ewarn " ${EPREFIX}/etc/pdns/pdns.conf" + ewarn " ${EPREFIX}/etc/powerdns" + ewarn " ${EPREFIX}/etc/powerdns/pdns.conf" ewarn "Check if this is correct for your setup" ewarn "This is a one-time change and will not happen on subsequent updates." - chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf} + chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf} fi } diff --git a/net-dns/pdns/pdns-3.4.8.ebuild b/net-dns/pdns/pdns-3.4.8.ebuild index 77d6d55..91d60f4 100644 --- a/net-dns/pdns/pdns-3.4.8.ebuild +++ b/net-dns/pdns/pdns-3.4.8.ebuild @@ -167,11 +167,11 @@ pkg_postinst() { if [[ $fix_perms -eq 1 ]] ; then ewarn "To fix a security bug (bug #458018) had the following" ewarn "files/directories the world-readable bit removed (if set):" - ewarn " ${EPREFIX}/etc/pdns" - ewarn " ${EPREFIX}/etc/pdns/pdns.conf" + ewarn " ${EPREFIX}/etc/powerdns" + ewarn " ${EPREFIX}/etc/powerdns/pdns.conf" ewarn "Check if this is correct for your setup" ewarn "This is a one-time change and will not happen on subsequent updates." - chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf} + chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf} fi } diff --git a/net-dns/pdns/pdns-3.4.9.ebuild b/net-dns/pdns/pdns-3.4.9.ebuild index 02c60ec..04ed30d 100644 --- a/net-dns/pdns/pdns-3.4.9.ebuild +++ b/net-dns/pdns/pdns-3.4.9.ebuild @@ -167,11 +167,11 @@ pkg_postinst() { if [[ $fix_perms -eq 1 ]] ; then ewarn "To fix a security bug (bug #458018) had the following" ewarn "files/directories the world-readable bit removed (if set):" - ewarn " ${EPREFIX}/etc/pdns" - ewarn " ${EPREFIX}/etc/pdns/pdns.conf" + ewarn " ${EPREFIX}/etc/powerdns" + ewarn " ${EPREFIX}/etc/powerdns/pdns.conf" ewarn "Check if this is correct for your setup" ewarn "This is a one-time change and will not happen on subsequent updates." - chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf} + chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf} fi } diff --git a/net-dns/pdns/pdns-4.0.0.ebuild b/net-dns/pdns/pdns-4.0.0.ebuild index 7b18698..79fd8a0 100644 --- a/net-dns/pdns/pdns-4.0.0.ebuild +++ b/net-dns/pdns/pdns-4.0.0.ebuild @@ -145,11 +145,11 @@ pkg_postinst() { if [[ $fix_perms -eq 1 ]] ; then ewarn "To fix a security bug (bug #458018) had the following" ewarn "files/directories the world-readable bit removed (if set):" - ewarn " ${EPREFIX}/etc/pdns" - ewarn " ${EPREFIX}/etc/pdns/pdns.conf" + ewarn " ${EPREFIX}/etc/powerdns" + ewarn " ${EPREFIX}/etc/powerdns/pdns.conf" ewarn "Check if this is correct for your setup" ewarn "This is a one-time change and will not happen on subsequent updates." - chmod o-rwx "${EPREFIX}"/etc/pdns/{,pdns.conf} + chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf} fi }