Projects
Browse Source     Search     Timeline     Wiki

Changeset 23126

Show
Ignore:
Timestamp:
03/03/07 16:13:12 (21 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5031500> Stuck at black screen with text about nfs_connect after logout (after disconnecting from VPN)

Files:
1 modified

Legend:

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

    r23101 r23126  
    11901190load_launchd_jobs_at_loginwindow_prompt(int flags, ...) 
    11911191{ 
    1192         char *largv[] = { "/bin/launchctl", "load", "-S", "LoginWindow", "-D", "all", "/etc/mach_init_per_login_session.d", NULL }; 
     1192        char *largv[] = { "/bin/launchctl", "load", "-S", "LoginWindow", 
     1193                "-D", "system", "-D", "local", "/etc/mach_init_per_login_session.d", NULL }; 
    11931194        int wstatus; 
    11941195        pid_t p;