summaryrefslogtreecommitdiff
path: root/fml/libexec/process_switch
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-02-17 01:54:41 +0000
committerfukachan <fukachan>2001-02-17 01:54:41 +0000
commit002c71fc49bfde32ae79cca411977e443ea0ade8 (patch)
treeb8e92298fc76092a4e30522c2883db7d8c97e03f /fml/libexec/process_switch
parent547557807b0485c5e387109cdf185fba30e18ead (diff)
downloadfml8-002c71fc49bfde32ae79cca411977e443ea0ade8.tar.gz
fml8-002c71fc49bfde32ae79cca411977e443ea0ade8.tar.bz2
fml8-002c71fc49bfde32ae79cca411977e443ea0ade8.zip
"fmldoc" preliminary definition
Diffstat (limited to 'fml/libexec/process_switch')
-rwxr-xr-xfml/libexec/process_switch2
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/libexec/process_switch b/fml/libexec/process_switch
index e07fb4c7..bd6a11ad 100755
--- a/fml/libexec/process_switch
+++ b/fml/libexec/process_switch
@@ -60,7 +60,7 @@ sub _module_we_use
elsif ($name eq 'fmlserv') {
$pkg = 'FML::Process::ListServer';
}
- elsif ($name eq 'fmlconf' || $name eq 'makefml') {
+ elsif ($name eq 'fmlconf' || $name eq 'fmldoc' || $name eq 'makefml') {
$pkg = 'FML::Process::Configure';
}
elsif ($name eq 'fmlticket') {