Revision: 22907 http://trac.macosforge.org/projects/launchd/changeset/22907 Author: zarzycki@apple.com Date: 2006-10-19 15:44:06 -0700 (Thu, 19 Oct 2006) Log Message: ----------- Note to self. Modified Paths: -------------- trunk/launchd/src/launchd.c Modified: trunk/launchd/src/launchd.c =================================================================== --- trunk/launchd/src/launchd.c 2006-10-17 20:46:21 UTC (rev 22906) +++ trunk/launchd/src/launchd.c 2006-10-19 22:44:06 UTC (rev 22907) @@ -429,6 +429,8 @@ shutdown_in_progress = true; if (stat("/var/db/debugShutdownHangs", &sb) != -1) { + // When this changes to a more sustainable API, update this: + // http://howto.apple.com/db.cgi?Debugging_Apps_Non-Responsive_At_Shutdown debug_shutdown_hangs = true; }
participants (1)
-
source_changes@macosforge.org