Let's be less harsh.
--- trunk/launchd/src/launchd_core_logic.c 2007-09-19 17:38:35 UTC (rev 23412)
+++ trunk/launchd/src/launchd_core_logic.c 2007-09-19 17:41:53 UTC (rev 23413)
@@ -2033,7 +2033,7 @@
*/
if (!j->abandon_pg) {
job_log_stray_pg(j);
- job_assumes(j, runtime_killpg(j->p, SIGKILL) != -1 || errno == ESRCH);
+ job_assumes(j, runtime_killpg(j->p, SIGTERM) != -1 || errno == ESRCH);
}
/*