fixing rules + removing chown to alterncpanel
This commit is contained in:
parent
4e558e5e7c
commit
bb7d78a48b
|
@ -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 $@
|
||||
|
|
|
@ -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;"
|
||||
|
||||
|
|
Loading…
Reference in New Issue