• 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

Revisão662ce877f12e1c3617f118941da5b918c6180ec9 (tree)
Hora2011-01-25 00:12:51
Autorhenoheno <henoheno>
Commiterhenoheno

Mensagem de Log

*.lock

Mudança Sumário

Diff

--- a/devel/pkwk_chmod.sh
+++ b/devel/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