From ff7eb385f3fbe9fb56074a5b7b65085637a45ef8 Mon Sep 17 00:00:00 2001 From: fukachan Date: Thu, 4 May 2006 03:41:47 +0000 Subject: define $welcome_file and $deny_file. --- fml/etc/src/config.cf.en/messages.cf | 32 +++++++++++++++++++++++++------- fml/etc/src/config.cf.ja/messages.cf | 34 ++++++++++++++++++++++++++-------- 2 files changed, 51 insertions(+), 15 deletions(-) (limited to 'fml') 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 + + -- cgit v1.2.1