From 8a372ebb25198bf0c99d6670f59b78bb6d954e83 Mon Sep 17 00:00:00 2001 From: henoheno Date: Sun, 16 Jan 2011 23:54:11 +0900 Subject: [PATCH] default permmision memo --- pkwk_chmod.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkwk_chmod.sh b/pkwk_chmod.sh index bc153b7..8a4a61f 100755 --- a/pkwk_chmod.sh +++ b/pkwk_chmod.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: pkwk_chmod.sh,v 1.4 2011/01/16 14:50:37 henoheno Exp $ +# $Id: pkwk_chmod.sh,v 1.5 2011/01/16 14:54:11 henoheno Exp $ # ========================================================== Copyright='(C) 2002-2004 minix-up project, All Rights Reserved' Homepage='http://cvsknit.sourceforge.net/' @@ -7,8 +7,6 @@ # -# chmod o+r *.php */*.php -# chmod o+rx lib skin plugin image image/face doc # chmod 777 attach backup cache counter diff trackback wiki* 2>/dev/null # chmod 666 wiki*/*.txt cache/*.dat cache/*.ref cache/*.rel 2>/dev/null @@ -65,3 +63,8 @@ list_dir | while read dir; do } done +# ERRATA +chmod a-x image/b_pukiwiki.official.png + +chmod o+r *.php */*.php image/*.png image/face/*.png */index.html +chmod o+rx lib skin plugin image image/face doc -- 2.11.0