Note to self.
--- 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;
}