Revisión | 79a8ff3af1d04e43cccdfa55830872c66cfa00ec (tree) |
---|---|
Tiempo | 2011-01-16 23:50:37 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
default permmision memo
@@ -1,5 +1,5 @@ | ||
1 | 1 | #!/bin/sh |
2 | -# $Id: pkwk_chmod.sh,v 1.3 2011/01/16 14:50:06 henoheno Exp $ | |
2 | +# $Id: pkwk_chmod.sh,v 1.4 2011/01/16 14:50:37 henoheno Exp $ | |
3 | 3 | # ========================================================== |
4 | 4 | Copyright='(C) 2002-2004 minix-up project, All Rights Reserved' |
5 | 5 | Homepage='http://cvsknit.sourceforge.net/' |
@@ -8,7 +8,7 @@ | ||
8 | 8 | |
9 | 9 | |
10 | 10 | # chmod o+r *.php */*.php |
11 | -# chmod o+r lib skin plugin image image/face doc | |
11 | +# chmod o+rx lib skin plugin image image/face doc | |
12 | 12 | # chmod 777 attach backup cache counter diff trackback wiki* 2>/dev/null |
13 | 13 | # chmod 666 wiki*/*.txt cache/*.dat cache/*.ref cache/*.rel 2>/dev/null |
14 | 14 |