diff options
| author | fukachan <fukachan> | 2004-12-19 11:04:43 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-12-19 11:04:43 +0000 |
| commit | a09bf1f453a6eca2578cd0909d2e92019a2f0598 (patch) | |
| tree | b3a9a820066514abddd9e3dca0895ce1b1d810d1 /fml/etc | |
| parent | fd8ad840d36a65d9f4d1abf4df3e5a0c29cdb0d8 (diff) | |
| download | fml8-a09bf1f453a6eca2578cd0909d2e92019a2f0598.tar.gz fml8-a09bf1f453a6eca2578cd0909d2e92019a2f0598.tar.bz2 fml8-a09bf1f453a6eca2578cd0909d2e92019a2f0598.zip | |
emulate fml4's mead.pl and msend.pl
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/install.cf.in | 4 | ||||
| -rw-r--r-- | fml/etc/modules | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/fml/etc/install.cf.in b/fml/etc/install.cf.in index 190426bf..33cf8a44 100644 --- a/fml/etc/install.cf.in +++ b/fml/etc/install.cf.in @@ -3,7 +3,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: install.cf.in,v 1.16 2004/09/29 05:04:07 fukachan Exp $ +# $FML: install.cf.in,v 1.17 2004/11/21 06:58:52 fukachan Exp $ # @@ -108,6 +108,8 @@ bin_programs = fml libexec_programs = fml.pl + msend.pl + mead.pl distribute digest command diff --git a/fml/etc/modules b/fml/etc/modules index b7b8a270..887c8ba0 100644 --- a/fml/etc/modules +++ b/fml/etc/modules @@ -1,5 +1,5 @@ # -# $FML: modules,v 1.10 2004/10/09 12:10:12 fukachan Exp $ +# $FML: modules,v 1.11 2004/11/23 04:24:16 fukachan Exp $ # # map between programs and modules (like /etc/name_to_sysnum on solaris ?) # @@ -47,9 +47,11 @@ admin/config.cgi FML::CGI::Admin::Menu $cgiargs ml-admin/*/menu.cgi FML::CGI::MLAdmin::MenuOld $cgiargs ml-admin/*/config.cgi FML::CGI::MLAdmin::Menu $cgiargs -# libexec/ compatibility +# fml4 libexec/ compatibility fml.pl FML::Process::Emulate $ml fml.pl__--ctladdr FML::Process::Emulate $ml $emulator_opts +msend.pl FML::Process::Emulate $ml +mead.pl FML::Process::Emulate $ml # test loader FML::Process::Distribute $ml |
