blob: 2d03d1d2492aee6a42f156dc654ba08df3c03fcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|