diff options
Diffstat (limited to 'fml/libexec/process_switch')
| -rwxr-xr-x | fml/libexec/process_switch | 2 |
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') { |
