diff options
| author | fukachan <fukachan> | 2001-01-26 09:56:19 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-26 09:56:19 +0000 |
| commit | ee6026d5a64d56805da1965e0d0c74690d3a4a62 (patch) | |
| tree | 05806bf09f25ffec7028349619cab1b341def192 /fml/libexec | |
| parent | 7f8a3a23ebf4919d2673e9457652204946116288 (diff) | |
| download | fml8-ee6026d5a64d56805da1965e0d0c74690d3a4a62.tar.gz fml8-ee6026d5a64d56805da1965e0d0c74690d3a4a62.tar.bz2 fml8-ee6026d5a64d56805da1965e0d0c74690d3a4a62.zip | |
define fmlticket
Diffstat (limited to 'fml/libexec')
| -rwxr-xr-x | fml/libexec/fml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fml/libexec/fml b/fml/libexec/fml index ccf869dd..0d598f41 100755 --- a/fml/libexec/fml +++ b/fml/libexec/fml @@ -74,6 +74,9 @@ sub _package_we_use elsif ($name eq 'fmlconf' || $name eq 'makefml') { $pkg = 'FML::Process::Configure'; } + elsif ($name eq 'fmlticket') { + $pkg = 'FML::Process::TicketSystem'; + } elsif ($name eq 'mead') { $pkg = 'FML::Process::MailErrorAnalyzer'; } |
