summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-07-19 12:55:07 +0000
committerfukachan <fukachan>2003-07-19 12:55:07 +0000
commita2a8d46666f91fd4e106f24d610c60ec16a99a30 (patch)
tree15c52e74c765edc6808445f0cb11a084168563aa /fml/etc
parent593b7adf58b58378c1bca22a3d37026976429255 (diff)
downloadfml8-a2a8d46666f91fd4e106f24d610c60ec16a99a30.tar.gz
fml8-a2a8d46666f91fd4e106f24d610c60ec16a99a30.tar.bz2
fml8-a2a8d46666f91fd4e106f24d610c60ec16a99a30.zip
defined $udb_base_dir
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/default_config.cf.ja.in10
-rw-r--r--fml/etc/src/config.cf.ja/directory.cf10
2 files changed, 20 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index 5729ad74..97e5b435 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -128,6 +128,7 @@ newml_command_init_public_dirs = $domain_config_base_dir
$domain_sendmail_config_dir
$domain_procmail_config_dir
$shared_db_dir
+ $udb_base_dir
newml_command_init_private_dirs = $tmp_dir
$spool_dir
@@ -174,6 +175,15 @@ domain_config_base_dir = $ml_home_prefix/etc
shared_db_dir = $ml_home_prefix/@db@
+# Descriptions: ML 間でシェアするデータベースをおくホームディレクトリ
+# $shared_db_dir は使われなくなる。
+# udb は unified database の略称。
+# History: $shared_db_dir の後継にあたる
+# Value: directory
+# Examples: /var/spool/ml/@udb@
+udb_base_dir = $ml_home_prefix/@udb@
+
+
=head2 ML 固有
diff --git a/fml/etc/src/config.cf.ja/directory.cf b/fml/etc/src/config.cf.ja/directory.cf
index 9713bc6c..9bf2c64c 100644
--- a/fml/etc/src/config.cf.ja/directory.cf
+++ b/fml/etc/src/config.cf.ja/directory.cf
@@ -11,6 +11,7 @@ newml_command_init_public_dirs = $domain_config_base_dir
$domain_sendmail_config_dir
$domain_procmail_config_dir
$shared_db_dir
+ $udb_base_dir
newml_command_init_private_dirs = $tmp_dir
$spool_dir
@@ -57,6 +58,15 @@ domain_config_base_dir = $ml_home_prefix/etc
shared_db_dir = $ml_home_prefix/@db@
+# Descriptions: ML 間でシェアするデータベースをおくホームディレクトリ
+# $shared_db_dir は使われなくなる。
+# udb は unified database の略称。
+# History: $shared_db_dir の後継にあたる
+# Value: directory
+# Examples: /var/spool/ml/@udb@
+udb_base_dir = $ml_home_prefix/@udb@
+
+
=head2 ML 固有