projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6f49e32
)
Fix permissions of redirect-template directories.
author
Michael Tremer
<michael.tremer@ipfire.org>
Sat, 12 Oct 2013 18:51:08 +0000
(20:51 +0200)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Sat, 12 Oct 2013 18:51:08 +0000
(20:51 +0200)
lfs/apache2
patch
|
blob
|
blame
|
history
diff --git
a/lfs/apache2
b/lfs/apache2
index c3d91560290eb02afdf3272d37899dbe0a63600f..f50332be97462207c12b22cd250cd6eb56e3d726 100644
(file)
--- a/
lfs/apache2
+++ b/
lfs/apache2
@@
-98,6
+98,9
@@
ifeq "$(PASS)" "C"
chmod -R 755 /srv/web/ipfire/cgi-bin
chmod -R 644 /srv/web/ipfire/html
chmod 755 /srv/web/ipfire/html /srv/web/ipfire/html/{index.cgi,redirect.cgi,dial.cgi,images,include,themes,themes/*,themes/*/*}
chmod -R 755 /srv/web/ipfire/cgi-bin
chmod -R 644 /srv/web/ipfire/html
chmod 755 /srv/web/ipfire/html /srv/web/ipfire/html/{index.cgi,redirect.cgi,dial.cgi,images,include,themes,themes/*,themes/*/*}
+
+ # Reset permissions of redirect templates directories
+ find /srv/web/ipfire/html/redirect-templates -type d | xargs chmod -v 755
else
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/httpd-2.2.2-config-1.patch
else
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/httpd-2.2.2-config-1.patch