From: František Dvořák Date: Mon, 10 Mar 2014 09:34:02 +0000 (+0100) Subject: Permissions of apache2 config file with password. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=69922c638a87e8095e8864d672db6038f9306e9e;p=rOCCI-packaging.git Permissions of apache2 config file with password. --- diff --git a/rocci-server/debian/rules b/rocci-server/debian/rules index 972583e..f1f9013 100755 --- a/rocci-server/debian/rules +++ b/rocci-server/debian/rules @@ -21,7 +21,11 @@ override_dh_strip: override_dh_installdocs: dh_installdocs --link-doc=$(p_name) +override_dh_fixperms: + dh_fixperms + chmod 0600 debian/rocci-server-apache/etc/apache2/sites-available/occi-ssl + %: dh $@ -.PHONY: override_dh_strip override_dh_installdocs +.PHONY: override_dh_strip override_dh_installdocs override_dh_fixperms