diff options
Diffstat (limited to 'japanese/today/files/patch-today.cnf')
-rw-r--r-- | japanese/today/files/patch-today.cnf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/japanese/today/files/patch-today.cnf b/japanese/today/files/patch-today.cnf new file mode 100644 index 000000000000..7e66b07ebe87 --- /dev/null +++ b/japanese/today/files/patch-today.cnf @@ -0,0 +1,24 @@ +--- today.cnf.orig 2011-04-16 21:23:23.000000000 +0900 ++++ today.cnf 2011-04-16 21:25:05.000000000 +0900 +@@ -200,10 +200,10 @@ + # + pager = # 外部ページャーの指定 + # 指定しなければ、内蔵ページャー使用 +-pause = yes # 内蔵ページャー 表示一時停止制御 ++pause = no # 内蔵ページャー 表示一時停止制御 + # yes 一時停止 + # *no 停止しない +-pause_last = yes # 内蔵ページャー 表示終了後一時停止制御 ++pause_last = no # 内蔵ページャー 表示終了後一時停止制御 + # yes 一時停止 + # *no 停止しない + outputfile = %c%y%m%d.tdy # 出力ファイル名 (デフォルト:%c%y%m%d.tdy/%p.tdy) +@@ -404,7 +404,7 @@ + # + $common # 以降 共通環境定義部 + +-table_path = %ExecCmdPath%/tbl # 各テーブルの検索パス名 ++table_path = %%DATADIR%% # 各テーブルの検索パス名 + # ';' で区切り複数指定可能 + # 未定義の場合、環境変数 TODAYTBL の場 + # |