diff options
| author | fukachan <fukachan> | 2002-04-15 10:28:08 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-15 10:28:08 +0000 |
| commit | ea68ef75e43460fedc0dec66ebb8425522cd8a77 (patch) | |
| tree | dc3556d869c1e21fec1f276f466ebac70e97565d /fml/bin | |
| parent | 0a253992865579477876d8b91861383db4eb6181 (diff) | |
| download | fml8-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/.cvsignore | 1 | ||||
| -rwxr-xr-x | fml/bin/fmlspool.in | 17 |
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; |
