summaryrefslogtreecommitdiff
path: root/fml/libexec
AgeCommit message (Collapse)Author
2001-10-09check $config->{ $x } is defined() or notfukachan
2001-10-08show $@ in errorfukachan
2001-10-08die() -> croak()fukachan
define missing default value in initialization remove obsolete variable: $libexec_dir eval()-fiy more fix error message
2001-06-21removed due to obsolete rulefukachan
2001-06-17we use $FML$, add it and nuke $Id$ if it existsfukachan
2001-05-30fix path for dir2urlfukachan
2001-05-29clean up documentsfukachan
2001-04-30clean up documents hierarchy.fukachan
remove {index,pointer}.ja.html in each directory which is obsolete. merge documents to under fml/doc/ja/ if apporoviate. move variable list to Documentation/ja/etc/
2001-04-27merged to tutorialfukachan
2001-04-24nuke $ID$fukachan
2001-03-25add more on relation among programs and modulesfukachan
2001-03-25update documentfukachan
2001-03-24s/prepend_index.ja.html/pointer.ja.html/fukachan
2001-03-20add /usr/local/libexec/fml to @INCfukachan
2001-03-13fix dependence, fix typofukachan
2001-03-09import boot.ja.html by prepend_indexfukachan
2001-03-09prepend contentfukachan
2001-03-09clean up documentsfukachan
2001-02-24update/clean upfukachan
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-12add command prototypefukachan
2001-02-10import prototype for qmail-extension emulator from fml 4.0fukachan
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-29update to sync w/ currentfukachan
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
2001-01-29renamed from fml to process_switchfukachan
2001-01-29rename libexec/fml libexec/process_switchfukachan
use vars qw($MainCF $running_under_some_shell);
2001-01-28s/incoming_mail/incoming_message/fukachan
2001-01-27clean document campaign (2001/01 end)fukachan
align format by doc/bin/dir2url.pl prepare missing index.ja.html at each directory
2001-01-27define verify_request() methon in Process::*fukachan
move sender_credential routines to here.
2001-01-26fix include orderfukachan
firstly site_local/, secondarly fml/$version/
2001-01-26define fmlticketfukachan
2001-01-26rename module names (temporary)fukachan
2001-01-24import ml_home_prefixfukachan
2001-01-23shorten sleep() parameter (debug)fukachan
2001-01-22change $version to $fml_versionfukachan
2001-01-22what is $Pkgfukachan
2001-01-21fix @INC loading for debugfukachan
2001-01-21exit 1 if eval failsfukachan
2001-01-21more debugfukachan
2001-01-21share _expand_variables()fukachan