diff options
| author | fukachan <fukachan> | 2003-03-14 03:44:14 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-03-14 03:44:14 +0000 |
| commit | 8a6721908daa3154cbe9c4bc95a7fd158eb36810 (patch) | |
| tree | 860473f0d8cca2a7c11440f32da0e6b95ca0abe0 /fml/bin | |
| parent | 0f6cc50e32bfcf4bd0d1d9dc29bf4d34e129a497 (diff) | |
| download | fml8-8a6721908daa3154cbe9c4bc95a7fd158eb36810.tar.gz fml8-8a6721908daa3154cbe9c4bc95a7fd158eb36810.tar.bz2 fml8-8a6721908daa3154cbe9c4bc95a7fd158eb36810.zip | |
fmlsuper is obsolete.
use "makefml mailq $ml" instead of fmlsuper to show outgoing mail queue.
Diffstat (limited to 'fml/bin')
| -rwxr-xr-x | fml/bin/fmlsuper.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/fml/bin/fmlsuper.in b/fml/bin/fmlsuper.in deleted file mode 100755 index 45853b53..00000000 --- a/fml/bin/fmlsuper.in +++ /dev/null @@ -1,17 +0,0 @@ -#! @SHELL@ -# -# Copyright (C) 2003 Ken'ichi Fukamachi -# All rights reserved. This program is free software; you can -# redistribute it and/or modify it under the same terms as Perl itself. -# -# $FML$ -# - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libexec_dir=@libexecdir@/fml - -exec $libexec_dir/fmlsuper $* - -echo 'not reach here' -exit 0; |
