summaryrefslogtreecommitdiff
path: root/fml/etc/src
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-03-11 15:36:39 +0000
committerfukachan <fukachan>2004-03-11 15:36:39 +0000
commit00ae135cc4d8bd4fa5fb175febe6ee356a129cb2 (patch)
tree62ff89aae92f58177576b20c755888eab5d7b027 /fml/etc/src
parent407763054a1453a6dc3176d8dadf7aa9b794e78a (diff)
downloadfml8-00ae135cc4d8bd4fa5fb175febe6ee356a129cb2.tar.gz
fml8-00ae135cc4d8bd4fa5fb175febe6ee356a129cb2.tar.bz2
fml8-00ae135cc4d8bd4fa5fb175febe6ee356a129cb2.zip
$log_command_tail_starting_location = 100 by default to sync w/ fml4.
Diffstat (limited to 'fml/etc/src')
-rw-r--r--fml/etc/src/config.cf.ja/command.cf9
1 files changed, 5 insertions, 4 deletions
diff --git a/fml/etc/src/config.cf.ja/command.cf b/fml/etc/src/config.cf.ja/command.cf
index 78915708..1f7aaaea 100644
--- a/fml/etc/src/config.cf.ja/command.cf
+++ b/fml/etc/src/config.cf.ja/command.cf
@@ -340,8 +340,9 @@ newml_command_ml_admin_default_address = $fml_owner
list_command_default_maps = $recipient_maps
-# Descriptions: 最後の何行を表示するか?つまり tail -30 log の 30 の部分。
-# History: none
+# Descriptions: 最後の何行を表示するか?つまり tail -100 log の 100 の部分。
+# History: $ADMIN_LOG_DEFAULT_LINE_LIMIT
# Value: NUM
-# Examples: 30
-log_command_tail_starting_location = 30
+# Examples: 100
+log_command_tail_starting_location = 100
+