diff options
| author | fukachan <fukachan> | 2003-12-21 14:39:04 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-12-21 14:39:04 +0000 |
| commit | ffa6d894b5ae3bd8ccfb5eba35dbcf49beba5a0f (patch) | |
| tree | eb99b373bd90a8d4fc7ef5c61b9543b578172283 /fml/etc | |
| parent | ba7f1dbaa5a1e63291f0440f402054afe143405e (diff) | |
| download | fml8-ffa6d894b5ae3bd8ccfb5eba35dbcf49beba5a0f.tar.gz fml8-ffa6d894b5ae3bd8ccfb5eba35dbcf49beba5a0f.tar.bz2 fml8-ffa6d894b5ae3bd8ccfb5eba35dbcf49beba5a0f.zip | |
remove hard-coded language dependent information by moving it to
$nl_template_files in install.cf.in.
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/install.cf.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/fml/etc/install.cf.in b/fml/etc/install.cf.in index bd0ca75f..14194009 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.11 2003/03/16 04:53:34 fukachan Exp $ +# $FML: install.cf.in,v 1.12 2003/10/26 02:04:09 fukachan Exp $ # @@ -61,8 +61,10 @@ mandatory_dirs = prefix data_dir # install /etc/fml/defaults/$version/ -nl_template_files = default_config.cf - config.cf +nl_template_files = default_config.cf.ja + default_config.cf.en + config.cf.ja + config.cf.en # sample files sample_cf_files = site_default_config.cf |
