diff options
| author | fukachan <fukachan> | 2001-02-17 01:54:41 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-02-17 01:54:41 +0000 |
| commit | 002c71fc49bfde32ae79cca411977e443ea0ade8 (patch) | |
| tree | b8e92298fc76092a4e30522c2883db7d8c97e03f /fml/libexec/process_switch | |
| parent | 547557807b0485c5e387109cdf185fba30e18ead (diff) | |
| download | fml8-002c71fc49bfde32ae79cca411977e443ea0ade8.tar.gz fml8-002c71fc49bfde32ae79cca411977e443ea0ade8.tar.bz2 fml8-002c71fc49bfde32ae79cca411977e443ea0ade8.zip | |
"fmldoc" preliminary definition
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') { |
