Revision
23028
Author
zarzycki@apple.com
Date
2007-02-05 13:35:42 -0800 (Mon, 05 Feb 2007)

Log Message

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

Modified Paths

Diff

Modified: trunk/launchd/src/launchctl.c (23027 => 23028)


--- 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;