]> granicus.if.org Git - pdns/commitdiff
Fix chmod paths in rules files
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 2 Oct 2019 13:18:51 +0000 (15:18 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 2 Oct 2019 13:18:51 +0000 (15:18 +0200)
builder-support/debian/recursor/debian-buster/rules
builder-support/debian/recursor/debian-jessie/rules
builder-support/debian/recursor/debian-stretch/rules

index e91959c3d5f7d3881f426200fa4dda82bf75a299..8cfcfa518e0830b1f4c8adbbcc2416c0294b153a 100755 (executable)
@@ -61,4 +61,4 @@ override_dh_gencontrol:
 override_dh_fixperms:
        dh_fixperms
         # these files often contain passwords. 640 as it is chowned to root:pdns
-       chmod 0640 debian/pdns-server/etc/powerdns/recursor.conf
+       chmod 0640 debian/pdns-recursor/etc/powerdns/recursor.conf
index a70e92acb64927cf5e4c00021c54d3c27ffaa23b..4f70a2e804dff47a1a37091ec35a7403dc417458 100755 (executable)
@@ -61,4 +61,4 @@ override_dh_gencontrol:
 override_dh_fixperms:
        dh_fixperms
         # these files often contain passwords. 640 as it is chowned to root:pdns
-       chmod 0640 debian/pdns-server/etc/powerdns/recursor.conf
+       chmod 0640 debian/tmp/etc/powerdns/recursor.conf
index e91959c3d5f7d3881f426200fa4dda82bf75a299..8cfcfa518e0830b1f4c8adbbcc2416c0294b153a 100755 (executable)
@@ -61,4 +61,4 @@ override_dh_gencontrol:
 override_dh_fixperms:
        dh_fixperms
         # these files often contain passwords. 640 as it is chowned to root:pdns
-       chmod 0640 debian/pdns-server/etc/powerdns/recursor.conf
+       chmod 0640 debian/pdns-recursor/etc/powerdns/recursor.conf