[launchd-changes] [23517] trunk/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 15 14:18:10 PST 2008


Revision: 23517
          http://trac.macosforge.org/projects/launchd/changeset/23517
Author:   zarzycki at apple.com
Date:     2008-02-15 14:18:10 -0800 (Fri, 15 Feb 2008)

Log Message:
-----------
<rdar://problem/5733927> We need mobile user applications to be registered at boot time

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

Modified: trunk/launchd/src/launchctl.c
===================================================================
--- trunk/launchd/src/launchctl.c	2008-02-15 22:14:57 UTC (rev 23516)
+++ trunk/launchd/src/launchctl.c	2008-02-15 22:18:10 UTC (rev 23517)
@@ -1469,7 +1469,11 @@
 
 	_vproc_set_global_on_demand(true);
 
-	char *load_launchd_items[] = { "load", "-D", "all", "/etc/mach_init.d", NULL };
+	char *load_launchd_items[] = { "load", "-D", "all", "/etc/mach_init.d",
+#if TARGET_OS_EMBEDDED
+		"/var/mobile/Library/LaunchAgents",
+#endif
+		NULL };
 
 	if (is_safeboot()) {
 		load_launchd_items[2] = "system";

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


More information about the launchd-changes mailing list