Changeset 23354
- Timestamp:
- 09/04/07 16:33:25 (15 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_core_logic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23353 r23354 2597 2597 i_pid, kp[i].kp_proc.p_comm, i_uid, i_euid, i_svuid); 2598 2598 2599 /* Temporarily disabled due to 5423935 and 4946119. */ 2600 #if 0 2599 2601 /* Ask the accountless process to exit. */ 2600 2602 job_assumes(j, kill(i_pid, SIGTERM) != -1); 2603 #endif 2601 2604 } 2602 2605

