Blob Blame History Raw
--- sysvinit-2.86/src/init.c.these-are-not-the-droids-you-are-looking-for	2005-12-19 15:48:55.000000000 -0500
+++ sysvinit-2.86/src/init.c	2005-12-19 15:49:20.000000000 -0500
@@ -1884,7 +1884,7 @@
 	 *	The existing init process execs a new init binary.
 	 */
 	env = init_buildenv(0);
-	execl(myname, myname, "--init", NULL, env);
+	execle(myname, myname, "--init", NULL, env);
 
 	/*
 	 *	We shouldn't be here, something failed.