• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionaf4dd28c5b680b692735743da4984b4ee14496a4 (tree)
Time2011-01-25 00:12:51
Authorhenoheno <henoheno>
Commiterhenoheno

Log Message

*.lock

Change Summary

Incremental Difference

--- a/pkwk_chmod.sh
+++ b/pkwk_chmod.sh
@@ -1,5 +1,5 @@
11 #!/bin/sh
2-# $Id: pkwk_chmod.sh,v 1.9 2011/01/16 15:18:41 henoheno Exp $
2+# $Id: pkwk_chmod.sh,v 1.10 2011/01/24 15:12:51 henoheno Exp $
33 # Chmod script for PukiWiki DATA_HOME
44 # ==========================================================
55 Copyright='(C) 2002-2004 minix-up project, All Rights Reserved'
@@ -38,7 +38,7 @@ list_files()
3838 find "$dir" -type f -name '*.log'
3939 ;;
4040 backup ) find "$dir" -type f \( -name '*.txt' -or -name '*.gz' \) ;;
41- cache ) find "$dir" -type f \( -name '*.dat' -or -name '*.re[fl]' \) ;;
41+ cache ) find "$dir" -type f \( -name '*.dat' -or -name '*.re[fl]' -or -name '*.lock' \) ;;
4242 * ) find "$dir" -type f -name '*.txt' ;;
4343 esac
4444 done