summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-02-20 13:54:15 +0000
committerfukachan <fukachan>2002-02-20 13:54:15 +0000
commit6179fe1adf7eaa5909d0ecb2821eb4893726a8e3 (patch)
tree262b7e5b10be2ae848b8f036a634a47ad06940d7
parent23c8db5619060b644910754353f526ac280bf471 (diff)
downloadfml8-6179fe1adf7eaa5909d0ecb2821eb4893726a8e3.tar.gz
fml8-6179fe1adf7eaa5909d0ecb2821eb4893726a8e3.tar.bz2
fml8-6179fe1adf7eaa5909d0ecb2821eb4893726a8e3.zip
update $available_commands_for_stranger and $available_commands
fix path: $message_template_dir -> $ml_home_dir o $guide_file o $help_file o $objective_file o $summary_file
-rw-r--r--fml/etc/default_config.cf.ja.in16
-rw-r--r--fml/etc/src/config.cf.ja/command.cf8
-rw-r--r--fml/etc/src/config.cf.ja/messages.cf8
3 files changed, 22 insertions, 10 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index acf8f243..da8f9a4c 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -259,25 +259,25 @@ system_message_subject = fml system message ($ml_name ML)
# History:
# Value:
# Examples:
-help_file = $message_template_dir/help
+help_file = $ml_home_dir/help
# Descriptions: ヘルプファイル
# History:
# Value:
# Examples:
-guide_file = $message_template_dir/guide
+guide_file = $ml_home_dir/guide
# Descriptions: ヘルプファイル
# History:
# Value:
# Examples:
-summary_file = $message_template_dir/summary
+summary_file = $ml_home_dir/summary
# Descriptions: ヘルプファイル
# History:
# Value:
# Examples:
-objective_file = $message_template_dir/objective
+objective_file = $ml_home_dir/objective
=head1 ヘッダの操作
@@ -571,20 +571,26 @@ available_commands = help
mget
get
mget
+ send
subscribe
+ add
+ unsubscribe
bye
remove
resign
- unsubscribe
+ signoff
chaddr
confirm
guide
info
admin
+ objective
+ summary
available_commands_for_stranger = guide
info
+ add
subscribe
$confirm_keyword
diff --git a/fml/etc/src/config.cf.ja/command.cf b/fml/etc/src/config.cf.ja/command.cf
index 78340d80..fe5b21b2 100644
--- a/fml/etc/src/config.cf.ja/command.cf
+++ b/fml/etc/src/config.cf.ja/command.cf
@@ -39,20 +39,26 @@ available_commands = help
mget
get
mget
+ send
subscribe
+ add
+ unsubscribe
bye
remove
resign
- unsubscribe
+ signoff
chaddr
confirm
guide
info
admin
+ objective
+ summary
available_commands_for_stranger = guide
info
+ add
subscribe
$confirm_keyword
diff --git a/fml/etc/src/config.cf.ja/messages.cf b/fml/etc/src/config.cf.ja/messages.cf
index ca911234..5d43817a 100644
--- a/fml/etc/src/config.cf.ja/messages.cf
+++ b/fml/etc/src/config.cf.ja/messages.cf
@@ -49,22 +49,22 @@ system_message_subject = fml system message ($ml_name ML)
# History:
# Value:
# Examples:
-help_file = $message_template_dir/help
+help_file = $ml_home_dir/help
# Descriptions: ヘルプファイル
# History:
# Value:
# Examples:
-guide_file = $message_template_dir/guide
+guide_file = $ml_home_dir/guide
# Descriptions: ヘルプファイル
# History:
# Value:
# Examples:
-summary_file = $message_template_dir/summary
+summary_file = $ml_home_dir/summary
# Descriptions: ヘルプファイル
# History:
# Value:
# Examples:
-objective_file = $message_template_dir/objective
+objective_file = $ml_home_dir/objective