diff options
| author | fukachan <fukachan> | 2004-02-01 14:32:41 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-02-01 14:32:41 +0000 |
| commit | 471045a6d74f03d6dea887469d706bac847aad2a (patch) | |
| tree | 12a5fb1a530d926452e7b463d6943ca85dbf2e33 /fml/etc | |
| parent | 5b4ffa26224bffc9f8867ffa70d285f516aab932 (diff) | |
| download | fml8-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.cf | 7 |
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 |
