]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- this patch breaks exec without full path (eg. exec run-init)
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 24 Feb 2009 22:31:19 +0000 (22:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-ash_exec.patch -> 1.4

busybox-ash_exec.patch [deleted file]

diff --git a/busybox-ash_exec.patch b/busybox-ash_exec.patch
deleted file mode 100644 (file)
index 594c3a5..0000000
+++ /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;
This page took 0.115747 seconds and 4 git commands to generate.