Changeset 23515
- Timestamp:
- 02/15/08 14:14:48 (10 months ago)
- Files:
-
- 1 modified
-
branches/SULeopard/launchd/src/launchctl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SULeopard/launchd/src/launchctl.c
r23492 r23515 1467 1467 _vproc_set_global_on_demand(true); 1468 1468 1469 char *load_launchd_items[] = { "load", "-D", "all", "/etc/mach_init.d", NULL }; 1469 char *load_launchd_items[] = { "load", "-D", "all", "/etc/mach_init.d", 1470 #if TARGET_OS_EMBEDDED 1471 "/var/mobile/Library/LaunchAgents", 1472 #endif 1473 NULL }; 1470 1474 1471 1475 if (is_safeboot()) {

