diff options
Diffstat (limited to 'main/busybox/bb-app-location.patch')
-rw-r--r-- | main/busybox/bb-app-location.patch | 22 |
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 - |