summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-02-01 14:32:41 +0000
committerfukachan <fukachan>2004-02-01 14:32:41 +0000
commit471045a6d74f03d6dea887469d706bac847aad2a (patch)
tree12a5fb1a530d926452e7b463d6943ca85dbf2e33 /fml/etc
parent5b4ffa26224bffc9f8867ffa70d285f516aab932 (diff)
downloadfml8-471045a6d74f03d6dea887469d706bac847aad2a.tar.gz
fml8-471045a6d74f03d6dea887469d706bac847aad2a.tar.bz2
fml8-471045a6d74f03d6dea887469d706bac847aad2a.zip
add $log_command_tail_starting_location
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/src/config.cf.ja/command.cf7
1 files changed, 7 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.ja/command.cf b/fml/etc/src/config.cf.ja/command.cf
index e168a94b..78915708 100644
--- a/fml/etc/src/config.cf.ja/command.cf
+++ b/fml/etc/src/config.cf.ja/command.cf
@@ -338,3 +338,10 @@ newml_command_ml_admin_default_address = $fml_owner
# Value: ARRAY
# Examples:
list_command_default_maps = $recipient_maps
+
+
+# Descriptions: 最後の何行を表示するか?つまり tail -30 log の 30 の部分。
+# History: none
+# Value: NUM
+# Examples: 30
+log_command_tail_starting_location = 30