mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 15:21:43 +01:00
23 lines
937 B
Diff
23 lines
937 B
Diff
--- ./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
|
|
|