Projects
Browse Source     Search     Timeline     Wiki

Changeset 23028

Show
Ignore:
Timestamp:
02/05/07 13:35:42 (22 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/4956214> leopard: regression: rc.local not supported

Files:
1 modified

Legend:

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

    r23025 r23028  
    12801280        if (path_check("/etc/rc.local")) { 
    12811281                const char *rc_local_tool[] = { _PATH_BSHELL, "/etc/rc.local", NULL }; 
    1282                 assumes(fwexec(rc_local_tool, false) != -1); 
     1282                assumes(fwexec(rc_local_tool, true) != -1); 
    12831283        } 
    12841284