Changeset 124
- Timestamp:
- 06.01.2007 22:08:01 (2 years ago)
- Files:
-
- trunk/devel/FuzzyOcr/Config.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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();
