From ca662594a2f65ca68ebee7d88b47c01edd4c540e Mon Sep 17 00:00:00 2001 From: henoheno Date: Mon, 17 Jan 2011 00:05:08 +0900 Subject: [PATCH] default permmision memo --- pkwk_chmod.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkwk_chmod.sh b/pkwk_chmod.sh index 681cf07..1bf29be 100755 --- a/pkwk_chmod.sh +++ b/pkwk_chmod.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: pkwk_chmod.sh,v 1.6 2011/01/16 14:56:21 henoheno Exp $ +# $Id: pkwk_chmod.sh,v 1.7 2011/01/16 15:05:08 henoheno Exp $ # ========================================================== Copyright='(C) 2002-2004 minix-up project, All Rights Reserved' Homepage='http://cvsknit.sourceforge.net/' @@ -64,7 +64,11 @@ list_dir | while read dir; do done # ERRATA -chmod a-x image/b_pukiwiki.official.png +chmod a-x INSTALL.txt 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 +chmod o+rx lib skin plugin image image/face + +#chmod o+rx doc +#chmod o+r *.txt doc/*.txt + -- 2.11.0