summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-11-25 11:58:19 +0000
committerfukachan <fukachan>2004-11-25 11:58:19 +0000
commite674875f4cfd2390d2d4bdcc8353fb2b10d62496 (patch)
treeecd73d4f1f80841905334c5342918e17884a1611 /fml/etc
parent75ca7bff487192aac391e80cea5cea1b3ba0648e (diff)
downloadfml8-e674875f4cfd2390d2d4bdcc8353fb2b10d62496.tar.gz
fml8-e674875f4cfd2390d2d4bdcc8353fb2b10d62496.tar.bz2
fml8-e674875f4cfd2390d2d4bdcc8353fb2b10d62496.zip
define $compat_* to handle fml4 environment
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/src/config.cf.en/compatibility.cf23
-rw-r--r--fml/etc/src/config.cf.ja/compatibility.cf23
2 files changed, 46 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/compatibility.cf b/fml/etc/src/config.cf.en/compatibility.cf
new file mode 100644
index 00000000..2d03d1d2
--- /dev/null
+++ b/fml/etc/src/config.cf.en/compatibility.cf
@@ -0,0 +1,23 @@
+=head1 COMPATIBILITY
+
+=head2 fml version 4 compatibility
+
+# Descriptions:
+# History: none
+# Value: DIR
+# Examples: /usr/local/etc/fml/$version/etc/compat
+compat_config_base_dir = $fml_default_config_dir/compat
+
+# Descriptions:
+# History: none
+# Value: DIR
+# Examples: /usr/local/etc/fml/$version/etc/compat/fml4
+compat_old_fml_config_dir = $compat_config_base_dir/fml4
+
+# Descriptions:
+# History: none
+# Value: PH_FILE
+# Examples: /usr/local/etc/fml/$version/etc/compat/fml4/default_config.ph
+compat_old_fml_default_config_ph_file = $compat_old_fml_config_dir/default_config.ph
+
+
diff --git a/fml/etc/src/config.cf.ja/compatibility.cf b/fml/etc/src/config.cf.ja/compatibility.cf
new file mode 100644
index 00000000..2d03d1d2
--- /dev/null
+++ b/fml/etc/src/config.cf.ja/compatibility.cf
@@ -0,0 +1,23 @@
+=head1 COMPATIBILITY
+
+=head2 fml version 4 compatibility
+
+# Descriptions:
+# History: none
+# Value: DIR
+# Examples: /usr/local/etc/fml/$version/etc/compat
+compat_config_base_dir = $fml_default_config_dir/compat
+
+# Descriptions:
+# History: none
+# Value: DIR
+# Examples: /usr/local/etc/fml/$version/etc/compat/fml4
+compat_old_fml_config_dir = $compat_config_base_dir/fml4
+
+# Descriptions:
+# History: none
+# Value: PH_FILE
+# Examples: /usr/local/etc/fml/$version/etc/compat/fml4/default_config.ph
+compat_old_fml_default_config_ph_file = $compat_old_fml_config_dir/default_config.ph
+
+