summaryrefslogtreecommitdiff
path: root/fml/libexec
AgeCommit message (Collapse)Author
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
2001-01-21export ml_home_dir from fmlwrapper to libexec/fmlfukachan
2001-01-21run debug mode if $0 =~ /fmlwrapper/fukachan
2001-01-20fix --paramfukachan
2001-01-20use Getopt::Long, define --paramsfukachan
2001-01-20define -c main.cf optionfukachan
2001-01-20clean up variable names, enable fmlwrapper -c main.cffmlfukachan
2001-01-19fix to update @INCfukachan
2001-01-19croak $@ when we fail to require()fukachan
2001-01-19Initial revisionfukachan