diff options
| author | fukachan <fukachan> | 2006-04-22 08:31:59 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-04-22 08:31:59 +0000 |
| commit | 37a990a560cb130f73c9a8e1938073be7a8fe8ad (patch) | |
| tree | dbc3e1be7b99a3397581c725a7379662fb83c7d0 | |
| parent | a5d2f592214b543ea1e6a318e0f586e83307ec60 (diff) | |
| download | fml8-37a990a560cb130f73c9a8e1938073be7a8fe8ad.tar.gz fml8-37a990a560cb130f73c9a8e1938073be7a8fe8ad.tar.bz2 fml8-37a990a560cb130f73c9a8e1938073be7a8fe8ad.zip | |
regen
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 6 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in index f5e4e6c3..cb99fc20 100644 --- a/fml/etc/default_config.cf.en.in +++ b/fml/etc/default_config.cf.en.in @@ -1233,7 +1233,7 @@ log_rotate_policy = size # History: $LOGFILE_NEWSYSLOG_LIMIT value. # Value: NUM # Examples: 300000 (300K bytes) -log_rotate_size = 300000 +log_rotate_size_limit = 300000 # Descriptions: The interval field specifies the time separation @@ -1248,8 +1248,8 @@ log_rotate_interval = 86400 # file itself. # History: none # Value: NUM -# Examples: 4 -log_rotate_num_backlog = 4 +# Examples: 7 +log_rotate_archive_file_total = 7 =head2 charset diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index fa9712c5..9b0ed2b8 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -1269,7 +1269,7 @@ log_rotate_policy = size # History: $LOGFILE_NEWSYSLOG_LIMIT の値 # Value: NUM # Examples: 300000 (300K bytes) -log_rotate_size = 300000 +log_rotate_size_limit = 300000 # Descriptions: ログファイルローテーションを行なう間隔。 @@ -1283,8 +1283,8 @@ log_rotate_interval = 86400 # 大きい数字にすれば、より多く保存することになる # History: none # Value: NUM -# Examples: 4 -log_rotate_num_backlog = 4 +# Examples: 7 +log_rotate_archive_file_total = 7 =head2 charset |
