Projects
Browse Source     Search     Timeline     Wiki

Changeset 23515

Show
Ignore:
Timestamp:
02/15/08 14:14:48 (10 months ago)
Author:
zarzycki@…
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/SULeopard/launchd/src/launchctl.c

    r23492 r23515  
    14671467        _vproc_set_global_on_demand(true); 
    14681468 
    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 }; 
    14701474 
    14711475        if (is_safeboot()) {