summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-11-29 11:08:03 +0000
committerfukachan <fukachan>2003-11-29 11:08:03 +0000
commit4ff1e8b0fcac2fa9764ea6de06065727013177ba (patch)
treee2aa5a21391823a02d3c7d94586fe7f96b5747fc /fml/etc
parent6d669e3531dc6d543d743718ff43bd21fd50a9ee (diff)
downloadfml8-4ff1e8b0fcac2fa9764ea6de06065727013177ba.tar.gz
fml8-4ff1e8b0fcac2fa9764ea6de06065727013177ba.tar.bz2
fml8-4ff1e8b0fcac2fa9764ea6de06065727013177ba.zip
--computer-output -> --log-computer-output
$*computer_output -> $*log_computer_output
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/command_line_options6
-rw-r--r--fml/etc/src/config.cf.en/log.cf6
-rw-r--r--fml/etc/src/config.cf.ja/log.cf8
3 files changed, 10 insertions, 10 deletions
diff --git a/fml/etc/command_line_options b/fml/etc/command_line_options
index cdabf05e..81817730 100644
--- a/fml/etc/command_line_options
+++ b/fml/etc/command_line_options
@@ -1,5 +1,5 @@
#
-# $FML: command_line_options,v 1.6 2003/09/19 13:10:12 fukachan Exp $
+# $FML: command_line_options,v 1.7 2003/11/29 08:18:19 fukachan Exp $
#
# map between programs and options
#
@@ -16,7 +16,7 @@ error debug! help! params=s -c=s
mead debug! help! params=s -c=s
# bin/
-fml debug! help! force! log-dup! computer-output! quiet! q! params=s -c=s
+fml debug! help! force! log-dup! log-computer-output! quiet! q! params=s -c=s
fmladdr debug! help! n! -c=s
fmlalias debug! help! n! -c=s
fmlconf debug! help! n! -c=s params=s
@@ -25,7 +25,7 @@ fmlerror debug! help!
fmlhtmlify debug! help! -I=s
fmlspool debug! help! -I=s convert! style=s srcdir=s
fmlthread debug! help! article_id_max=i spool_dir=s base_url=s msg_base_url=s reverse! params=s -f=s -c=s
-makefml debug! help! force! log-dup! computer-output! quiet! q! params=s -c=s
+makefml debug! help! force! log-dup! log-computer-output! quiet! q! params=s -c=s
# cgi-bin/
config.cgi
diff --git a/fml/etc/src/config.cf.en/log.cf b/fml/etc/src/config.cf.en/log.cf
index 3a1a5b87..71f43aa9 100644
--- a/fml/etc/src/config.cf.en/log.cf
+++ b/fml/etc/src/config.cf.en/log.cf
@@ -75,15 +75,15 @@ 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
diff --git a/fml/etc/src/config.cf.ja/log.cf b/fml/etc/src/config.cf.ja/log.cf
index d3f00abd..af0ea94e 100644
--- a/fml/etc/src/config.cf.ja/log.cf
+++ b/fml/etc/src/config.cf.ja/log.cf
@@ -76,12 +76,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: 機会処理にやさしいフォーマットを出力する際の出力エンジン。
@@ -89,4 +89,4 @@ 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