• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

コミットメタ情報

リビジョンaf4dd28c5b680b692735743da4984b4ee14496a4 (tree)
日時2011-01-25 00:12:51
作者henoheno <henoheno>
コミッターhenoheno

ログメッセージ

*.lock

変更サマリ

差分

--- 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