Projects
Browse Source     Search     Timeline     Wiki

Changeset 23575

Show
Ignore:
Timestamp:
2008-03-27 14:40:32 (5 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5817359> 10.5.3 Regression: 9D8: After installing Final Cut Studio 2, machine fails to restart

Files:
1 modified

Legend:

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

    r23567 r23575  
    39173917         * launchctl.c for the other half of this hack. 
    39183918         */ 
    3919         if (j->mgr->global_on_demand_cnt > 0 && strcmp(j->label, "com.apple.kextd") != 0) { 
     3919        if ((j->mgr->shutting_down || j->mgr->global_on_demand_cnt > 0) && strcmp(j->label, "com.apple.kextd") != 0) { 
    39203920                return false; 
    39213921        }