Projects
Browse Source     Search     Timeline     Wiki

Changeset 23540

Show
Ignore:
Timestamp:
03/06/08 14:15:46 (9 months ago)
Author:
zarzycki@…
Message:

Last change for now with respect to:
<rdar://problem/5783944> Deprecate bootstrap_create_service() in favor of bootstrap_check_in()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd_core_logic.c

    r23539 r23540  
    59295929                } 
    59305930 
    5931                 ms->delete_on_destruction = true; /* parity with bootstrap_register() */ 
     5931                ms->delete_on_destruction = !j->legacy_mach_job; 
    59325932                job_checkin(j); 
    59335933