summaryrefslogtreecommitdiff
path: root/fml/libexec
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-26 09:56:19 +0000
committerfukachan <fukachan>2001-01-26 09:56:19 +0000
commitee6026d5a64d56805da1965e0d0c74690d3a4a62 (patch)
tree05806bf09f25ffec7028349619cab1b341def192 /fml/libexec
parent7f8a3a23ebf4919d2673e9457652204946116288 (diff)
downloadfml8-ee6026d5a64d56805da1965e0d0c74690d3a4a62.tar.gz
fml8-ee6026d5a64d56805da1965e0d0c74690d3a4a62.tar.bz2
fml8-ee6026d5a64d56805da1965e0d0c74690d3a4a62.zip
define fmlticket
Diffstat (limited to 'fml/libexec')
-rwxr-xr-xfml/libexec/fml3
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';
}