Changeset 124 for trunk/devel
- Timestamp:
- 06.01.2007 22:08:01 (4 years ago)
- Files:
-
- 1 modified
-
trunk/devel/FuzzyOcr/Config.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/devel/FuzzyOcr/Config.pm
r119 r124 95 95 if ($pid) { 96 96 infolog("Sending SIGTERM to pid: $pid",2); 97 my $ret = kill POSIX::SIGTERM $pid;97 my $ret = kill POSIX::SIGTERM, $pid; 98 98 # Wait for zombie process if the process is a zombie (i.e. SIGTERM didn't work) 99 99 wait();
