diff options
| author | fukachan <fukachan> | 2001-11-03 12:23:14 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-03 12:23:14 +0000 |
| commit | 9b66febb46c03aadf2660b15ea67bca721ad9b53 (patch) | |
| tree | 73a3c17410339087de222c997d3918c315278954 /fml/bin | |
| parent | d628a05b6d81a4a0a5eb8521ba2afb8398b18704 (diff) | |
| download | fml8-9b66febb46c03aadf2660b15ea67bca721ad9b53.tar.gz fml8-9b66febb46c03aadf2660b15ea67bca721ad9b53.tar.bz2 fml8-9b66febb46c03aadf2660b15ea67bca721ad9b53.zip | |
fmlticket -> fmlthread
Diffstat (limited to 'fml/bin')
| -rwxr-xr-x | fml/bin/fmlthread | 16 | ||||
| -rwxr-xr-x | fml/bin/fmlticket | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/fml/bin/fmlthread b/fml/bin/fmlthread new file mode 100755 index 00000000..2ea0b9c3 --- /dev/null +++ b/fml/bin/fmlthread @@ -0,0 +1,16 @@ +#!/bin/sh +# +# 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: fmlticket,v 1.2 2001/08/19 16:08:54 fukachan Exp $ +# + +default_prefix=/usr/local +libexec_dir=$default_prefix/libexec/fml + +exec $libexec_dir/fmlthread $* + +echo 'not reach here' +exit 0; diff --git a/fml/bin/fmlticket b/fml/bin/fmlticket index 3c736c4b..2ea0b9c3 100755 --- a/fml/bin/fmlticket +++ b/fml/bin/fmlticket @@ -4,13 +4,13 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML$ +# $FML: fmlticket,v 1.2 2001/08/19 16:08:54 fukachan Exp $ # default_prefix=/usr/local libexec_dir=$default_prefix/libexec/fml -exec $libexec_dir/fmlticket $* +exec $libexec_dir/fmlthread $* echo 'not reach here' exit 0; |
