From 00ae135cc4d8bd4fa5fb175febe6ee356a129cb2 Mon Sep 17 00:00:00 2001 From: fukachan Date: Thu, 11 Mar 2004 15:36:39 +0000 Subject: $log_command_tail_starting_location = 100 by default to sync w/ fml4. --- fml/etc/src/config.cf.ja/command.cf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fml/etc/src') 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 + -- cgit v1.2.1