[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (53c929bd907bd0c2308585dccf3b5b4cd743cc9f)

Vlad Glagolev scm at sourcemage.org
Thu Oct 1 10:51:18 EDT 2009


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 http/nginx/HISTORY |    3 +++
 http/nginx/INSTALL |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 53c929bd907bd0c2308585dccf3b5b4cd743cc9f
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    nginx: fixed default rights for cache dir

diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index e2e5e4e..7d8ff6d 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,6 @@
+2009-10-01 Vlad Glagolev <stealth at sourcemage.org>
+	* INSTALL: fixed default rights for cache dir
+
 2009-09-15 Vlad Glagolev <stealth at 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 e0eb1a6..18dfe57 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"



More information about the SM-Commit mailing list