summaryrefslogtreecommitdiff
path: root/fml/libexec/loader
AgeCommit message (Collapse)Author
2001-03-09clean up documentsfukachan
2001-02-17move libexec/process_switch to FML::Process:Switchfukachan
2001-02-17move Bootstrap() latter part from libexec/loader to libexec/proces_switch.fukachan
"fmldoc" is a "perldoc" wrapper to show fml perl modules
2001-02-17"fmldoc" preliminary definitionfukachan
2001-02-06o.k. now libexec/loader can accpet elena and /var/spool/ml/elena nowfukachan
to enable makefml $commmand elena, fmlconf elena, ... et. al.
2001-02-06fmlconf -n shows variables which differ from the default value.fukachan
fmlconf shows all variables
2001-02-06enable fmlconffukachan
2001-02-05change getopt() definition following $0fukachan
2001-02-05pass the original @ARGV and it after getopts() to the main processfukachan
2001-02-01change @cf to try to load in the following way:fukachan
1. /etc/fml/defaults/$fml_version/default_config.cf 2. /etc/fml/site_default_config.cf (required ?) 3. /etc/fml/domains/$DOMAIN/default_config.cf 4. /var/spool/ml/$ml_name/config.cf
2001-01-29change hierarchy of routines. The current flow is as follows:fukachan
loader -> process_switch -> FML::Process::Flow -> each process 1. loader resolves version dependence 2. process_switch loads requred package 3. main::ProcessStart() (exporeted to main:: at FML::Process::Flow) controlls flow. 4. details of each flow is described in FML::Process::Something et. al.
2001-01-29rename libexec/fml libexec/process_switchfukachan
2001-01-29s/fmlwrapper/loader/ in libexec/fukachan