diff options
| author | fukachan <fukachan> | 2003-03-14 12:49:47 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-03-14 12:49:47 +0000 |
| commit | 3cf8f26ea4efe5120b606b85b3000680a86fa40d (patch) | |
| tree | 324b06210c09c0cf38cf6756b0f23fc8bbac57fb /fml/etc | |
| parent | 88cc16315f23339268e1fc6d07ecfd3afd71a13e (diff) | |
| download | fml8-3cf8f26ea4efe5120b606b85b3000680a86fa40d.tar.gz fml8-3cf8f26ea4efe5120b606b85b3000680a86fa40d.tar.bz2 fml8-3cf8f26ea4efe5120b606b85b3000680a86fa40d.zip | |
fmlerror is obsolete.
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/install.cf.in | 3 | ||||
| -rw-r--r-- | fml/etc/modules | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/fml/etc/install.cf.in b/fml/etc/install.cf.in index a8e8d94e..88d78fdc 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.7 2003/03/14 03:44:15 fukachan Exp $ +# $FML: install.cf.in,v 1.8 2003/03/14 06:55:59 fukachan Exp $ # @@ -90,7 +90,6 @@ bin_programs = fml fmldoc fmlthread fmlconf - fmlerror makefml fmlsch fmlhtmlify diff --git a/fml/etc/modules b/fml/etc/modules index 82977ba7..bf47a0e2 100644 --- a/fml/etc/modules +++ b/fml/etc/modules @@ -1,5 +1,5 @@ # -# $FML: modules,v 1.2 2003/03/14 03:44:15 fukachan Exp $ +# $FML: modules,v 1.3 2003/03/14 06:55:59 fukachan Exp $ # # map between programs and modules (like /etc/name_to_sysnum on solaris ?) # @@ -22,7 +22,7 @@ fmladdr FML::Process::Addr fmlalias FML::Process::Alias fmlconf FML::Process::ConfViewer fmldoc FML::Process::DocViewer -fmlerror FML::Process::ErrorViewer $ml +fmlerror FML::Process::Obsolete $ml fmlhtmlify FML::Process::HTMLify $ml fmlspool FML::Process::Spool $ml fmlsummary FML::Process::Obsolete $ml |
