[launchd-changes] [23515] branches/SULeopard/launchd/src/launchctl.c

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


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

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

Modified Paths:
--------------
    branches/SULeopard/launchd/src/launchctl.c

Modified: branches/SULeopard/launchd/src/launchctl.c
===================================================================
--- branches/SULeopard/launchd/src/launchctl.c	2008-02-08 18:22:08 UTC (rev 23514)
+++ branches/SULeopard/launchd/src/launchctl.c	2008-02-15 22:14:48 UTC (rev 23515)
@@ -1466,7 +1466,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/dd59ec15/attachment.html 


More information about the launchd-changes mailing list