From bb7d78a48b10cb5ae0e2988636bf067e3850518f Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Wed, 18 May 2016 14:56:35 +0200 Subject: [PATCH] fixing rules + removing chown to alterncpanel --- debian/rules | 4 ++-- install/alternc.install | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 55cc87f9..e83bf462 100755 --- a/debian/rules +++ b/debian/rules @@ -20,8 +20,8 @@ override_dh_install: $(MAKE) -C ssl install DESTDIR=$(CURDIR)/debian/alternc-ssl override_dh_fixperms: - dh_fixperms - chmod 700 debian/alternc/var/lib/alternc/backups + dh_fixperms + chmod 700 debian/alternc/var/lib/alternc/backups %: dh $@ diff --git a/install/alternc.install b/install/alternc.install index 9ab2234d..0dc84b9f 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -577,9 +577,6 @@ fi chgrp vmail /etc/dovecot/dovecot.conf chmod g+r /etc/dovecot/dovecot.conf -# Changing owner of web panel's files -chown -R alterncpanel:alterncpanel "/usr/share/alternc/panel/" - # We force the re-computing of the DNS zones, since we may have changed the IP address (see #460) /usr/bin/mysql --defaults-file="/etc/alternc/my.cnf" -B -e "update domaines set dns_action='UPDATE' WHERE gesdns=1;"