aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/bb-app-location.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/bb-app-location.patch
parent8b04cc5199ded248ac18049e1fee5d680539c47f (diff)
downloadaports-6525b7aa7fbb97336a7656a5408d6505c2ac7ca3.tar.bz2
aports-6525b7aa7fbb97336a7656a5408d6505c2ac7ca3.tar.xz
main/busybox: upgrade to 1.25.0
Diffstat (limited to 'main/busybox/bb-app-location.patch')
-rw-r--r--main/busybox/bb-app-location.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/busybox/bb-app-location.patch b/main/busybox/bb-app-location.patch
deleted file mode 100644
index 7a4c99b353..0000000000
--- a/main/busybox/bb-app-location.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./include/applets.src.h.orig
-+++ ./include/applets.src.h
-@@ -229,7 +229,7 @@
- IF_LPR(APPLET_ODDNAME(lpr, lpqr, BB_DIR_USR_BIN, BB_SUID_DROP, lpr))
- IF_LS(APPLET_NOEXEC(ls, ls, BB_DIR_BIN, BB_SUID_DROP, ls))
- IF_LSATTR(APPLET(lsattr, BB_DIR_BIN, BB_SUID_DROP))
--IF_LSPCI(APPLET(lspci, BB_DIR_USR_BIN, BB_SUID_DROP))
-+IF_LSPCI(APPLET(lspci, BB_DIR_USR_SBIN, BB_SUID_DROP))
- IF_LSUSB(APPLET(lsusb, BB_DIR_USR_BIN, BB_SUID_DROP))
- IF_UNLZMA(APPLET_ODDNAME(lzcat, unlzma, BB_DIR_USR_BIN, BB_SUID_DROP, lzcat))
- IF_LZMA(APPLET_ODDNAME(lzma, unlzma, BB_DIR_USR_BIN, BB_SUID_DROP, lzma))
---- ./editors/vi.c.orig
-+++ ./editors/vi.c
-@@ -145,7 +145,7 @@
- //config: This will make the cursor movement faster, but requires more memory
- //config: and it makes the applet a tiny bit larger.
-
--//applet:IF_VI(APPLET(vi, BB_DIR_BIN, BB_SUID_DROP))
-+//applet:IF_VI(APPLET(vi, BB_DIR_USR_BIN, BB_SUID_DROP))
-
- //kbuild:lib-$(CONFIG_VI) += vi.o
-