[launchd-changes] [22979] trunk/launchd/src

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 14 09:50:19 PST 2006


Revision: 22979
          http://trac.macosforge.org/projects/launchd/changeset/22979
Author:   zarzycki at apple.com
Date:     2006-12-14 09:50:19 -0800 (Thu, 14 Dec 2006)

Log Message:
-----------
<rdar://problem/4822392> Investigation: Figure out what remaining processes are hanging at shutdown

Modified Paths:
--------------
    trunk/launchd/src/Makefile.am
    trunk/launchd/src/Makefile.in

Modified: trunk/launchd/src/Makefile.am
===================================================================
--- trunk/launchd/src/Makefile.am	2006-12-14 17:37:14 UTC (rev 22978)
+++ trunk/launchd/src/Makefile.am	2006-12-14 17:50:19 UTC (rev 22979)
@@ -66,7 +66,7 @@
 
 man5_MANS = launchd.plist.5 launchd.conf.5
 
-man8_MANS = StartupItemContext.8 SystemStarter.8 rc.8 launchd.8 service.8 launchproxy.8
+man8_MANS = StartupItemContext.8 SystemStarter.8 rc.8 launchd.8 service.8 launchproxy.8 shutdown_debugger.8
 
 STARTUPITEMS = $(basename $(notdir $(wildcard $(srcdir)/StartupItems/*.plist)))
 

Modified: trunk/launchd/src/Makefile.in
===================================================================
--- trunk/launchd/src/Makefile.in	2006-12-14 17:37:14 UTC (rev 22978)
+++ trunk/launchd/src/Makefile.in	2006-12-14 17:50:19 UTC (rev 22979)
@@ -253,7 +253,7 @@
 @LIBS_ONLY_FALSE at launchproxy_LDFLAGS = -weak_framework Security
 @LIBS_ONLY_FALSE at man1_MANS = wait4path.1 launchctl.1
 @LIBS_ONLY_FALSE at man5_MANS = launchd.plist.5 launchd.conf.5
- at LIBS_ONLY_FALSE@man8_MANS = StartupItemContext.8 SystemStarter.8 rc.8 launchd.8 service.8 launchproxy.8
+ at LIBS_ONLY_FALSE@man8_MANS = StartupItemContext.8 SystemStarter.8 rc.8 launchd.8 service.8 launchproxy.8 shutdown_debugger.8
 @LIBS_ONLY_FALSE at STARTUPITEMS = $(basename $(notdir $(wildcard $(srcdir)/StartupItems/*.plist)))
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-am

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


More information about the launchd-changes mailing list