Projects
Browse Source     Search     Timeline     Wiki

Changeset 23633

Show
Ignore:
Timestamp:
05/21/08 17:29:46 (7 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5778798> more embedded updates

Files:
1 modified

Legend:

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

    r23631 r23633  
    26132613        if (!j->legacy_mach_job) { 
    26142614                sipc = (!SLIST_EMPTY(&j->sockets) || !SLIST_EMPTY(&j->machservices)); 
     2615#if TARGET_OS_EMBEDDED 
     2616                if (j->username && strcmp(j->username, "mobile") == 0 && strncmp(j->label, "com.apple.", strlen("com.apple.")) != 0) { 
     2617                        sipc = false; 
     2618                } 
     2619#endif 
    26152620        } 
    26162621