[launchd-changes] [23821] branches/PR-6271234/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 17 14:09:17 PST 2009


Revision: 23821
          http://trac.macosforge.org/projects/launchd/changeset/23821
Author:   dsorresso at apple.com
Date:     2009-02-17 14:09:16 -0800 (Tue, 17 Feb 2009)
Log Message:
-----------
One more time.

Modified Paths:
--------------
    branches/PR-6271234/launchd/src/launchctl.c

Modified: branches/PR-6271234/launchd/src/launchctl.c
===================================================================
--- branches/PR-6271234/launchd/src/launchctl.c	2009-02-17 21:57:48 UTC (rev 23820)
+++ branches/PR-6271234/launchd/src/launchctl.c	2009-02-17 22:09:16 UTC (rev 23821)
@@ -1841,7 +1841,7 @@
 		assumes(fwexec(rccleanup_tool, NULL) != -1);
 	}
 
-	if( path_check("/etc/rc.deferredinstall") ) {
+	if( path_check("/etc/rc.deferred_install") ) {
 		int status = 0;
 		const char *deferredinstall_tool[] = { _PATH_BSHELL, "/etc/rc.deferred_install", NULL };
 		if( assumes(fwexec(deferredinstall_tool, &status) != -1) ) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/launchd-changes/attachments/20090217/3b77dbfc/attachment.html>


More information about the launchd-changes mailing list