diff options
| author | fukachan <fukachan> | 2003-03-16 04:53:32 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-03-16 04:53:32 +0000 |
| commit | 379d3a44e1e9722b5d7e86d58740d862383c0cbf (patch) | |
| tree | 8beb66ae0fe375eef71b89148a1dde81f2ef8052 /fml/etc/modules | |
| parent | e15109eaacd3d712f20421eabd6c6452828e4494 (diff) | |
| download | fml8-379d3a44e1e9722b5d7e86d58740d862383c0cbf.tar.gz fml8-379d3a44e1e9722b5d7e86d58740d862383c0cbf.tar.bz2 fml8-379d3a44e1e9722b5d7e86d58740d862383c0cbf.zip | |
remove fmlthread.
"fmlthread ..." -> "fml $ml thread ..."
Diffstat (limited to 'fml/etc/modules')
| -rw-r--r-- | fml/etc/modules | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/fml/etc/modules b/fml/etc/modules index eab633c4..00354393 100644 --- a/fml/etc/modules +++ b/fml/etc/modules @@ -1,5 +1,5 @@ # -# $FML: modules,v 1.4 2003/03/14 12:49:48 fukachan Exp $ +# $FML: modules,v 1.5 2003/03/15 09:11:47 fukachan Exp $ # # map between programs and modules (like /etc/name_to_sysnum on solaris ?) # @@ -17,18 +17,21 @@ fmlserv FML::Process::ListServer ? mead FML::Process::Error $ml # bin/ +makefml FML::Process::Configure $command $ml $opts fml FML::Process::Configure $ml $command $opts fmladdr FML::Process::Addr fmlalias FML::Process::Alias fmlconf FML::Process::ConfViewer fmldoc FML::Process::DocViewer -fmlerror FML::Process::Obsolete $ml fmlhtmlify FML::Process::HTMLify $ml + +# bin/ but obsolete +fmlerror FML::Process::Obsolete $ml fmlspool FML::Process::Obsolete $ml fmlsummary FML::Process::Obsolete $ml fmlsuper FML::Process::Obsolete $ml -fmlthread FML::Process::ThreadTrack $ml -makefml FML::Process::Configure $command $ml $opts +fmlthread FML::Process::Obsolete $ml + # cgi-bin/ fmlthread.cgi FML::CGI::ThreadTrack $cgiargs |
