git://scientific.zcu.cz
/
rOCCI-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c197529
)
Permissions of apache2 config file with password.
author
František Dvořák
<valtri@civ.zcu.cz>
Mon, 10 Mar 2014 09:34:02 +0000
(10:34 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Mon, 10 Mar 2014 09:34:02 +0000
(10:34 +0100)
rocci-server/debian/rules
patch
|
blob
|
blame
|
history
diff --git
a/rocci-server/debian/rules
b/rocci-server/debian/rules
index
972583e
..
f1f9013
100755
(executable)
--- 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