<rdar://problem/4956214> leopard: regression: rc.local not supported
--- trunk/launchd/src/launchctl.c 2007-01-31 23:19:40 UTC (rev 23027)
+++ trunk/launchd/src/launchctl.c 2007-02-05 21:35:42 UTC (rev 23028)
@@ -1279,7 +1279,7 @@
if (path_check("/etc/rc.local")) {
const char *rc_local_tool[] = { _PATH_BSHELL, "/etc/rc.local", NULL };
- assumes(fwexec(rc_local_tool, false) != -1);
+ assumes(fwexec(rc_local_tool, true) != -1);
}
return 0;