From: Jan Rękorajski Date: Tue, 24 Feb 2009 22:31:19 +0000 (+0000) Subject: - this patch breaks exec without full path (eg. exec run-init) X-Git-Tag: auto/th/busybox-1_12_4-3~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbusybox.git;a=commitdiff_plain;h=4567366c9b708088e78628e54e7bade855a97852 - this patch breaks exec without full path (eg. exec run-init) Changed files: busybox-ash_exec.patch -> 1.4 --- 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; -