diff options
| author | fukachan <fukachan> | 2006-05-04 03:41:47 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-05-04 03:41:47 +0000 |
| commit | ff7eb385f3fbe9fb56074a5b7b65085637a45ef8 (patch) | |
| tree | c7507fb3d0450d3a0c7cecaf3aa3cd958b80725a /fml | |
| parent | 778bd71e512f64cd6427956957e0bb67859a7c52 (diff) | |
| download | fml8-ff7eb385f3fbe9fb56074a5b7b65085637a45ef8.tar.gz fml8-ff7eb385f3fbe9fb56074a5b7b65085637a45ef8.tar.bz2 fml8-ff7eb385f3fbe9fb56074a5b7b65085637a45ef8.zip | |
define $welcome_file and $deny_file.
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/src/config.cf.en/messages.cf | 32 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/messages.cf | 34 |
2 files changed, 51 insertions, 15 deletions
diff --git a/fml/etc/src/config.cf.en/messages.cf b/fml/etc/src/config.cf.en/messages.cf index 10fdfef3..fd2f710b 100644 --- a/fml/etc/src/config.cf.en/messages.cf +++ b/fml/etc/src/config.cf.en/messages.cf @@ -89,19 +89,37 @@ ml_local_message_template_dir = $ml_local_share_dir/message # Descriptions: help file -# History: +# History: $HELP_FILE # Value: FILE -# Examples: +# Examples: /var/spool/ml/elena/help help_file = $ml_home_dir/help -# Descriptions: guilde file -# History: + +# Descriptions: guide file +# History: $GUIDE_FILE # Value: FILE -# Examples: +# Examples: /var/spool/ml/elena/guide guide_file = $ml_home_dir/guide + # Descriptions: objective file -# History: +# History: $OBJECTIVE_FILE # Value: FILE -# Examples: +# Examples: /var/spool/ml/elena/objective objective_file = $ml_home_dir/objective + + +# Descriptions: welcome file +# History: $WELCOME_FILE +# Value: FILE +# Examples: /var/spool/ml/elena/welcome +welcome_file = $ml_home_dir/welcome + + +# Descriptions: deny file +# History: $DENY_FILE +# Value: FILE +# Examples: /var/spool/ml/elena/deny +deny_file = $ml_home_dir/deny + + diff --git a/fml/etc/src/config.cf.ja/messages.cf b/fml/etc/src/config.cf.ja/messages.cf index 9c479ab0..a2938322 100644 --- a/fml/etc/src/config.cf.ja/messages.cf +++ b/fml/etc/src/config.cf.ja/messages.cf @@ -100,19 +100,37 @@ ml_local_message_template_dir = $ml_local_share_dir/message # Descriptions: ヘルプファイル -# History: +# History: $HELP_FILE # Value: FILE -# Examples: +# Examples: /var/spool/ml/elena/help help_file = $ml_home_dir/help -# Descriptions: ヘルプファイル -# History: + +# Descriptions: GUIDE ファイル +# History: $GUIDE_FILE # Value: FILE -# Examples: +# Examples: /var/spool/ml/elena/guide guide_file = $ml_home_dir/guide -# Descriptions: ヘルプファイル -# History: + +# Descriptions: objective ファイル +# History: $OBJECTIVE_FILE # Value: FILE -# Examples: +# Examples: /var/spool/ml/elena/objective objective_file = $ml_home_dir/objective + + +# Descriptions: welcome ファイル +# History: $WELCOME_FILE +# Value: FILE +# Examples: /var/spool/ml/elena/welcome +welcome_file = $ml_home_dir/welcome + + +# Descriptions: deny ファイル +# History: $DENY_FILE +# Value: FILE +# Examples: /var/spool/ml/elena/deny +deny_file = $ml_home_dir/deny + + |
