From 4567366c9b708088e78628e54e7bade855a97852 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 24 Feb 2009 22:31:19 +0000 Subject: [PATCH] - this patch breaks exec without full path (eg. exec run-init) Changed files: busybox-ash_exec.patch -> 1.4 --- busybox-ash_exec.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 busybox-ash_exec.patch diff --git a/busybox-ash_exec.patch b/busybox-ash_exec.patch deleted file mode 100644 index 594c3a5..0000000 --- a/busybox-ash_exec.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- busybox-1.12.2/shell/ash.c~ 2008-11-19 12:28:54.508026186 +0100 -+++ busybox-1.12.2/shell/ash.c 2008-11-19 12:29:38.578022328 +0100 -@@ -6988,7 +6988,7 @@ - free(argv); - return; - } -- if (errno == ENOEXEC) { -+ if (errno == ENOEXEC || errno == ENOENT) { - char **ap; - char **new; - -- 2.44.0