From 69922c638a87e8095e8864d672db6038f9306e9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 10 Mar 2014 10:34:02 +0100 Subject: [PATCH] Permissions of apache2 config file with password. --- rocci-server/debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 1.8.2.3