Projects
Browse Source     Search     Timeline     Wiki

Changeset 23294

Show
Ignore:
Timestamp:
07/03/07 13:01:00 (17 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5279300> StandardIO agent launched in Background context

Files:
1 modified

Legend:

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

    r23292 r23294  
    54345434                        where = VPROCMGR_SESSION_AQUA; 
    54355435                } 
    5436         } else if (strcasecmp(where, VPROCMGR_SESSION_AQUA) != 0 
    5437                         && strcasecmp(where, VPROCMGR_SESSION_LOGINWINDOW) != 0 
    5438                         && strcasecmp(where, VPROCMGR_SESSION_BACKGROUND) != 0) { 
    5439                 return; 
    54405436        } 
    54415437