Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (53c929bd907bd0c2308585dccf3b5b4cd743cc9f)
  • Date: Thu, 1 Oct 2009 09:51:18 -0500

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"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (53c929bd907bd0c2308585dccf3b5b4cd743cc9f), Vlad Glagolev, 10/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page