diff options
| author | fukachan <fukachan> | 2002-06-27 10:18:43 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-06-27 10:18:43 +0000 |
| commit | b2db6f481196e52fecf6426795f7b24e993394a2 (patch) | |
| tree | f1f1a6ce68993e0c08258c80e7e26c40c46abd46 | |
| parent | d52de31d2d90bfe70329636021be085b46f34d1a (diff) | |
| download | fml8-b2db6f481196e52fecf6426795f7b24e993394a2.tar.gz fml8-b2db6f481196e52fecf6426795f7b24e993394a2.tar.bz2 fml8-b2db6f481196e52fecf6426795f7b24e993394a2.zip | |
$ml_home_prefix -> $default_ml_home_prefix, fix path of $virtual_maps
| -rw-r--r-- | regress/simulation/main.cf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/simulation/main.cf b/regress/simulation/main.cf index 48094451..eaa3018b 100644 --- a/regress/simulation/main.cf +++ b/regress/simulation/main.cf @@ -1,5 +1,5 @@ # -# $FML: main.cf,v 1.10 2002/01/27 08:31:30 fukachan Exp $ +# $FML: main.cf,v 1.11 2002/06/25 08:12:23 fukachan Exp $ # fml_version = __fml_version__ @@ -44,10 +44,11 @@ domain_default_config = $config_dir/domains/__domain__/config.cf # ml's home directories # $ml_home_dir (e.g. /var/spool/ml/elena ) is taken from loader's @ARGV. +default_ml_home_prefix = /var/spool/ml + -ml_home_prefix = /var/spool/ml # virtual format: domain directory # for example, # fml.org /var/spool/ml/fml.org # nuinui.net /var/spool/ml/nuinui.net -virtual_maps = $config_dir/virtual +virtual_maps = /etc/fml/virtual |
