mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
busybox: add ps -ef option for docker top command
This commit is contained in:
parent
5ed69ba098
commit
20966d3e9f
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=busybox
|
||||
PKG_VERSION:=1.31.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_FLAGS:=essential
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- a/procps/ps.c
|
||||
+++ a/procps/ps.c
|
||||
@@ -665,7 +665,7 @@
|
||||
int w_count = 0;
|
||||
make_all_argv_opts(argv);
|
||||
opts = getopt32(argv, "^"
|
||||
- IF_SELINUX("Z")IF_FEATURE_SHOW_THREADS("T")IF_FEATURE_PS_LONG("l")"w"
|
||||
+ IF_SELINUX("Z")IF_FEATURE_SHOW_THREADS("T")IF_FEATURE_PS_LONG("l")"w""e""f"
|
||||
"\0" "ww",
|
||||
&w_count
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user