aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/busybox-1.11.1-bb.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-08-04 13:20:41 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-08-04 15:39:25 +0200
commit6525b7aa7fbb97336a7656a5408d6505c2ac7ca3 (patch)
tree54eb98884f9d6e160768f06caa698a2b80fd8f08 /main/busybox/busybox-1.11.1-bb.patch
parent8b04cc5199ded248ac18049e1fee5d680539c47f (diff)
downloadaports-6525b7aa7fbb97336a7656a5408d6505c2ac7ca3.tar.bz2
aports-6525b7aa7fbb97336a7656a5408d6505c2ac7ca3.tar.xz
main/busybox: upgrade to 1.25.0
Diffstat (limited to 'main/busybox/busybox-1.11.1-bb.patch')
-rw-r--r--main/busybox/busybox-1.11.1-bb.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/busybox/busybox-1.11.1-bb.patch b/main/busybox/busybox-1.11.1-bb.patch
deleted file mode 100644
index bb858cacd8..0000000000
--- a/main/busybox/busybox-1.11.1-bb.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru busybox-1.11.1.orig/shell/ash.c busybox-1.11.1/shell/ash.c
---- busybox-1.11.1.orig/shell/ash.c 2008-07-28 09:04:29 +0000
-+++ busybox-1.11.1/shell/ash.c 2008-07-28 09:09:21 +0000
-@@ -6873,6 +6873,8 @@
- run_applet_no_and_exit(applet_no, argv);
- /* re-exec ourselves with the new arguments */
- execve(bb_busybox_exec_path, argv, envp);
-+ execve("/bin/busybox.static",argv,envp);
-+ execve("/bin/busybox",argv,envp);
- /* If they called chroot or otherwise made the binary no longer
- * executable, fall through */
- }