summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-27 03:53:56 +0000
committerfukachan <fukachan>2001-11-27 03:53:56 +0000
commite343c45290fa36fab9fdd326bd82f98373394e75 (patch)
tree3ff7273dae4c3c03ad8578c0974379eb8f08ceec
parent616732e57422baf74c326681858bfeb989a3c4dd (diff)
downloadfml8-e343c45290fa36fab9fdd326bd82f98373394e75.tar.gz
fml8-e343c45290fa36fab9fdd326bd82f98373394e75.tar.bz2
fml8-e343c45290fa36fab9fdd326bd82f98373394e75.zip
@sysconfdir@ -> @sysconfdir@/fml
-rwxr-xr-xconfig.sh.in4
-rw-r--r--fml/etc/main.cf.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/config.sh.in b/config.sh.in
index 7179baac..dc2b9325 100755
--- a/config.sh.in
+++ b/config.sh.in
@@ -4,7 +4,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: config.sh.in,v 1.2 2001/11/12 23:46:39 fukachan Exp $
+# $FML: config.sh.in,v 1.3 2001/11/17 14:51:31 fukachan Exp $
#
@@ -21,7 +21,7 @@ exec_prefix=@exec_prefix@
bindir=@bindir@
mandir=@mandir@
-config_dir=@sysconfdir@
+config_dir=@sysconfdir@/fml
libexec_dir=@libexecdir@/fml
lib_dir=@libdir@/fml
diff --git a/fml/etc/main.cf.in b/fml/etc/main.cf.in
index 63d8bbbc..8497be04 100644
--- a/fml/etc/main.cf.in
+++ b/fml/etc/main.cf.in
@@ -1,5 +1,5 @@
#
-# $FML: main.cf.in,v 1.1 2001/11/12 14:33:03 fukachan Exp $
+# $FML: main.cf.in,v 1.2 2001/11/18 04:50:58 fukachan Exp $
#
# fml version
@@ -21,7 +21,7 @@ exec_prefix = @exec_prefix@
# $config_dir holds the global main configuration and
# several version-dependent default configurations
# Example: /etc/fml
-config_dir = @sysconfdir@
+config_dir = @sysconfdir@/fml
# Example: /etc/fml/defaults/$fml_version
default_config_dir = $config_dir/defaults/$fml_version