[launchd-changes] [23439] trunk/launchd/src/launchd_core_logic.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 8 09:27:14 PDT 2007


Revision: 23439
          http://trac.macosforge.org/projects/launchd/changeset/23439
Author:   zarzycki at apple.com
Date:     2007-10-08 09:27:13 -0700 (Mon, 08 Oct 2007)

Log Message:
-----------
Just in case...

Modified Paths:
--------------
    trunk/launchd/src/launchd_core_logic.c

Modified: trunk/launchd/src/launchd_core_logic.c
===================================================================
--- trunk/launchd/src/launchd_core_logic.c	2007-10-05 20:31:10 UTC (rev 23438)
+++ trunk/launchd/src/launchd_core_logic.c	2007-10-08 16:27:13 UTC (rev 23439)
@@ -4147,6 +4147,7 @@
 	 * when the last PID dies and not wait for the associated resources to reset.
 	 */
 	if (getpid() == 1 && jm->parentmgr == NULL && total_children == 0) {
+		jobmgr_log_stray_children(jm);
 		jobmgr_log(jm, LOG_DEBUG, "About to force a call to: reboot(%s)", reboot_flags_to_C_names(jm->reboot_flags));
 		runtime_closelog();
 		jobmgr_assumes(jm, reboot(jm->reboot_flags) != -1);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20071008/c5c197ff/attachment.html


More information about the launchd-changes mailing list