diff options
| author | fukachan <fukachan> | 2003-11-29 11:37:07 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-11-29 11:37:07 +0000 |
| commit | 26f0dd7c5778fe910a989dee9267301ee8d622fd (patch) | |
| tree | d2944b74edd8556808deb137addb76525ebae69a | |
| parent | 4ff1e8b0fcac2fa9764ea6de06065727013177ba (diff) | |
| download | fml8-26f0dd7c5778fe910a989dee9267301ee8d622fd.tar.gz fml8-26f0dd7c5778fe910a989dee9267301ee8d622fd.tar.bz2 fml8-26f0dd7c5778fe910a989dee9267301ee8d622fd.zip | |
regen: log_computer_output
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 6 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in index 0ac15504..7d01f2db 100644 --- a/fml/etc/default_config.cf.en.in +++ b/fml/etc/default_config.cf.en.in @@ -979,18 +979,18 @@ domain_local_log_file = $domain_local_dir/@log@ # Descriptions: if yes, makefml/fml outputs machine friendly log. -# --coputer-output option implies "use_computer_output = yes". +# --coputer-output option implies "use_log_computer_output = yes". # History: none # Value: yes | no # Examples: no -use_computer_output = no +use_log_computer_output = no # Descriptions: specify perl module for output engine. # History: none # Value: CLASS # Examples: FML::Log::Print::Simple -computer_output_engine = FML::Log::Print::Simple +log_computer_output_engine = FML::Log::Print::Simple =head1 function of article delivery diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index b592b984..d2bd7c9d 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -1002,12 +1002,12 @@ domain_local_log_file = $domain_local_dir/@log@ # Descriptions: 機会処理にやさしいフォーマットでログを出力する。 -# コマンドラインオプションで --computer-output を指定すると -# use_computer_output = yes と同じ意味になる。 +# コマンドラインオプションで --log-computer-output を指定すると +# use_log_computer_output = yes と同じ意味になる。 # History: none # Value: yes | no # Examples: no -use_computer_output = no +use_log_computer_output = no # Descriptions: 機会処理にやさしいフォーマットを出力する際の出力エンジン。 @@ -1015,7 +1015,7 @@ use_computer_output = no # History: none # Value: CLASS # Examples: FML::Log::Print::Simple -computer_output_engine = FML::Log::Print::Simple +log_computer_output_engine = FML::Log::Print::Simple =head1 配送プロセス |
