summaryrefslogtreecommitdiff
path: root/fml/bin
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-03-14 03:44:14 +0000
committerfukachan <fukachan>2003-03-14 03:44:14 +0000
commit8a6721908daa3154cbe9c4bc95a7fd158eb36810 (patch)
tree860473f0d8cca2a7c11440f32da0e6b95ca0abe0 /fml/bin
parent0f6cc50e32bfcf4bd0d1d9dc29bf4d34e129a497 (diff)
downloadfml8-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-xfml/bin/fmlsuper.in17
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;