summaryrefslogtreecommitdiff
path: root/fml/bin
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-15 10:28:08 +0000
committerfukachan <fukachan>2002-04-15 10:28:08 +0000
commitea68ef75e43460fedc0dec66ebb8425522cd8a77 (patch)
treedc3556d869c1e21fec1f276f466ebac70e97565d /fml/bin
parent0a253992865579477876d8b91861383db4eb6181 (diff)
downloadfml8-ea68ef75e43460fedc0dec66ebb8425522cd8a77.tar.gz
fml8-ea68ef75e43460fedc0dec66ebb8425522cd8a77.tar.bz2
fml8-ea68ef75e43460fedc0dec66ebb8425522cd8a77.zip
add a new utility: fmlspool to handle spool directory
Diffstat (limited to 'fml/bin')
-rw-r--r--fml/bin/.cvsignore1
-rwxr-xr-xfml/bin/fmlspool.in17
2 files changed, 18 insertions, 0 deletions
diff --git a/fml/bin/.cvsignore b/fml/bin/.cvsignore
index e6bfd1a8..0c83d7c0 100644
--- a/fml/bin/.cvsignore
+++ b/fml/bin/.cvsignore
@@ -4,3 +4,4 @@ fmlhtmlify
fmlsch
fmlthread
makefml
+fmlspool
diff --git a/fml/bin/fmlspool.in b/fml/bin/fmlspool.in
new file mode 100755
index 00000000..15e70a81
--- /dev/null
+++ b/fml/bin/fmlspool.in
@@ -0,0 +1,17 @@
+#! @SHELL@
+#
+# Copyright (C) 2001 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: fmlspool.in,v 1.3 2002/04/01 23:40:53 fukachan Exp $
+#
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libexec_dir=@libexecdir@/fml
+
+exec $libexec_dir/fmlspool $*
+
+echo 'not reach here'
+exit 0;