Permissions of apache2 config file with password.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 10 Mar 2014 09:34:02 +0000 (10:34 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 10 Mar 2014 09:34:02 +0000 (10:34 +0100)
rocci-server/debian/rules

index 972583e..f1f9013 100755 (executable)
@@ -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