summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-09-29 05:04:07 +0000
committerfukachan <fukachan>2004-09-29 05:04:07 +0000
commitff3ae30133acd7988a4b1d7b9ef9a9987a0ca5f0 (patch)
treebf880e7570229a78c525bb2170b9f2076816c2f9 /fml/etc
parent2fba133acf946d5d73964f9eef3fa0bae4cea7e5 (diff)
downloadfml8-ff3ae30133acd7988a4b1d7b9ef9a9987a0ca5f0.tar.gz
fml8-ff3ae30133acd7988a4b1d7b9ef9a9987a0ca5f0.tar.bz2
fml8-ff3ae30133acd7988a4b1d7b9ef9a9987a0ca5f0.zip
define new variable $group_writable_config_dir. make configure
controll $group_writable_config_dir and $primary_ml_home_prefix_map.
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/install.cf.in5
-rw-r--r--fml/etc/main.cf.in10
2 files changed, 12 insertions, 3 deletions
diff --git a/fml/etc/install.cf.in b/fml/etc/install.cf.in
index 80bc0a5c..2de06e01 100644
--- a/fml/etc/install.cf.in
+++ b/fml/etc/install.cf.in
@@ -3,7 +3,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: install.cf.in,v 1.14 2003/12/24 12:49:10 fukachan Exp $
+# $FML: install.cf.in,v 1.15 2003/12/26 14:51:37 fukachan Exp $
#
@@ -28,6 +28,8 @@ mandir = @mandir@
config_dir = @fmlconfdir@
+group_writable_config_dir = @fmlgwconfdir@
+
libexec_dir = @libexecdir@/fml
lib_dir = @libdir@/fml
@@ -54,6 +56,7 @@ mandatory_dirs = prefix
exec_prefix
config_dir
default_config_dir
+ group_writable_config_dir
bindir
mandir
libexec_dir
diff --git a/fml/etc/main.cf.in b/fml/etc/main.cf.in
index 12bb16a7..d4234bc1 100644
--- a/fml/etc/main.cf.in
+++ b/fml/etc/main.cf.in
@@ -1,5 +1,5 @@
#
-# $FML: main.cf.in,v 1.17 2003/10/26 02:20:01 fukachan Exp $
+# $FML: main.cf.in,v 1.18 2003/11/05 03:37:53 fukachan Exp $
#
# fml version
@@ -30,6 +30,12 @@ config_dir = @fmlconfdir@
# Example: /etc/fml/defaults/$fml_version
default_config_dir = $config_dir/defaults/$fml_version
+# group writable configuration directory.
+# prepared but not used by default.
+# This may be used by ml_home_prefix handling.
+# Example: /etc/fml/config.gw
+group_writable_config_dir = @fmlgwconfdir@
+
# defined for convenience, for example, we need this variable
# at include, include-ctl, which needs expansion of ../libexec/fml/fml.pl
# Example: /usr/local/libexec/fml
@@ -73,7 +79,7 @@ default_ml_home_prefix = @mlspooldir@
# nuinui.net /var/spool/ml/nuinui.net
#
# Example: /etc/fml/ml_home_prefix
-primary_ml_home_prefix_map = $config_dir/ml_home_prefix
+primary_ml_home_prefix_map = @primary_ml_home_prefix_map@
# maps of { $ml_name => $ml_home_dir } map relation.