X-Git-Url: http://git.osdn.net/view?p=pukiwiki%2Fpukiwiki_devel.git;a=blobdiff_plain;f=pkwk_chmod.sh;h=6b5024b1a1908cf0be75928d74516cbdc88732c2;hp=681cf070a5481638ea0b409b2e47927c322960d4;hb=df40b234647d342c38c92f1f49a72412aded438c;hpb=4ee1044969b6ceb76197211e9de9cd0ceb432435 diff --git a/pkwk_chmod.sh b/pkwk_chmod.sh index 681cf07..6b5024b 100755 --- a/pkwk_chmod.sh +++ b/pkwk_chmod.sh @@ -1,15 +1,12 @@ #!/bin/sh -# $Id: pkwk_chmod.sh,v 1.6 2011/01/16 14:56:21 henoheno Exp $ +# $Id: pkwk_chmod.sh,v 1.10 2011/01/24 15:12:51 henoheno Exp $ +# Chmod script for PukiWiki DATA_HOME # ========================================================== Copyright='(C) 2002-2004 minix-up project, All Rights Reserved' Homepage='http://cvsknit.sourceforge.net/' License='(also revised)BSD Licnese, NO WARRANTY' # - -# 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 - check_dir() { for dir in "$@"; do @@ -41,7 +38,7 @@ list_files() find "$dir" -type f -name '*.log' ;; backup ) find "$dir" -type f \( -name '*.txt' -or -name '*.gz' \) ;; - cache ) find "$dir" -type f \( -name '*.dat' -or -name '*.re[fl]' \) ;; + cache ) find "$dir" -type f \( -name '*.dat' -or -name '*.re[fl]' -or -name '*.lock' \) ;; * ) find "$dir" -type f -name '*.txt' ;; esac done @@ -64,7 +61,12 @@ 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 .ht* */.htaccess *.php */*.php image/*.png image/face/*.png */index.html +chmod o+rx lib skin plugin image image/face + +#chmod o+rx doc +#chmod o+r *.txt doc/*.txt -chmod o+r *.php */*.php image/*.png image/face/*.png */index.html -chmod o+rx lib skin plugin image image/face # doc +# .htaccess