summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Install.pm
AgeCommit message (Collapse)Author
2011-08-24fix copyrightfukachan
2010-11-28fix vendor expansion bug (bug fix previous commit).fukachan
*important changes* do not overwrite file in installation. changes for the further enhancement, e.g. in other softowares. Actually, the current fml installation does not chanes since the file/directory names do not conflict.
2010-11-09FML::Install is enhanced to try to install all files in all vendors,fukachan
which is useful for 3rd party. so, bump up to the version 7.98.16.
2008-06-28fix copyrightfukachan
2007-01-16fix style and comments (FNF).fukachan
use sysread() if could.
2005-05-26not use str.strfukachan
2004-11-25define install_compat_dir() method to install etc/compat/ dir for fml4fukachan
compatibility codes.
2004-09-29set up $group_writable_config_dir.fukachan
2004-07-27implement message_nl() and modified to use it.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23bug fix existence of destination file.fukachan
2004-06-17fix message of $default_config_dir installation when install_root specified.fukachan
fix install path of $ml_spool_dir when install_root specified.
2004-06-07enhanced to enable "make install install_root=/prefix" for package system.fukachan
install_root is the prefix that is prepended to the pathnames of installed files. [IMPORTANT] In a lot of systems, "make install prefix=/prefix" is used. But it is confusing against usage of othre software e.g. "./configure --prefix=/prefix". So, we avoid this confusion to use other keyword, which is same as Postfix.
2004-01-21fix/udpate comments.fukachan
clean up.
2003-12-26workaround: bug fix installation of default_config.cf et.alfukachan
(PR by fml-devel 643).
2003-12-21remove hard-coded language dependent information by moving it tofukachan
$nl_template_files in install.cf.in.
2003-10-26To remove hard-coded file list to install as sample,fukachan
define $sample_cf_files in install.cf and use it.
2003-08-23fix comments: =head2 function(...) formfukachan
2003-02-11define default value (null) for md5 checksum resultfukachan
2003-01-30use Mail::Message::Date not strftime().fukachan
2003-01-29implement is_run_as_root()fukachan
2003-01-28FNF:fukachan
fix comments not use $_
2003-01-28At the first time, do not ask if upgrade or not loader.fukachan
bug fix checks in copy_dir(). copy_dir() install files by preserving [am]time.
2003-01-28installer perl versionfukachan