summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2009-10-01 17:25:46 +0200
committerLadislav Hagara2009-10-01 17:25:46 +0200
commita3b8fd23f74f6ec6f4d81973589404e1256c29a1 (patch)
tree214349e9af9bbe406a78a36138a136d05d990371
parenta981636e8844214181fc28ca72d9e785786691bc (diff)
parent53c929bd907bd0c2308585dccf3b5b4cd743cc9f (diff)
Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire
-rw-r--r--http/nginx/HISTORY3
-rwxr-xr-xhttp/nginx/INSTALL2
2 files changed, 4 insertions, 1 deletions
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index e2e5e4e785..7d8ff6d4e3 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,6 @@
+2009-10-01 Vlad Glagolev <stealth@sourcemage.org>
+ * INSTALL: fixed default rights for cache dir
+
2009-09-15 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.6.39, 0.7.62; SECURITY_PATCH++
(http://www.securityfocus.com/bid/36384)
diff --git a/http/nginx/INSTALL b/http/nginx/INSTALL
index e0eb1a6c4c..18dfe57530 100755
--- a/http/nginx/INSTALL
+++ b/http/nginx/INSTALL
@@ -2,4 +2,4 @@ make_single &&
default_install &&
make_normal &&
-install -vm 770 -d -o nginx -g nginx "$TEMP_DIR"
+install -vm 775 -d -o nginx -g nginx "$TEMP_DIR"