From: Otto Moerbeek Date: Wed, 2 Oct 2019 13:27:49 +0000 (+0200) Subject: Correct chmod paths X-Git-Tag: auth-4.3.0-beta2~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d5dfed0c4513cd0f6036a7e93a3549e61042b50;p=thirdparty%2Fpdns.git Correct chmod paths --- diff --git a/builder-support/debian/dnsdist/debian-buster/rules b/builder-support/debian/dnsdist/debian-buster/rules index 23fc6f8bff..31d234e4ea 100755 --- a/builder-support/debian/dnsdist/debian-buster/rules +++ b/builder-support/debian/dnsdist/debian-buster/rules @@ -78,4 +78,4 @@ override_dh_installinit: override_dh_fixperms: dh_fixperms # these files often contain passwords. 640 as it is chowned to root:_dnsdist - chmod 0640 debian/pdns-server/etc/powerdns/dnsdist.conf + chmod 0640 debian/dnsdist/etc/dnsdist/dnsdist.conf diff --git a/builder-support/debian/dnsdist/debian-jessie/rules b/builder-support/debian/dnsdist/debian-jessie/rules index 82d3fa407e..989562eb93 100755 --- a/builder-support/debian/dnsdist/debian-jessie/rules +++ b/builder-support/debian/dnsdist/debian-jessie/rules @@ -78,4 +78,4 @@ override_dh_installinit: override_dh_fixperms: dh_fixperms # these files often contain passwords. 640 as it is chowned to root:_dnsdist - chmod 0640 debian/pdns-server/etc/powerdns/dnsdist.conf + chmod 0640 debian/dnsdist/etc/dnsdist/dnsdist.conf diff --git a/builder-support/debian/dnsdist/debian-stretch/rules b/builder-support/debian/dnsdist/debian-stretch/rules index 2b01ea3ef7..dafe4957e1 100755 --- a/builder-support/debian/dnsdist/debian-stretch/rules +++ b/builder-support/debian/dnsdist/debian-stretch/rules @@ -77,4 +77,4 @@ override_dh_installinit: override_dh_fixperms: dh_fixperms # these files often contain passwords. 640 as it is chowned to root:_dnsdist - chmod 0640 debian/pdns-server/etc/powerdns/dnsdist.conf + chmod 0640 debian/dnsdist/etc/dnsdist/dnsdist.conf