busybox: add ps -ef option for docker top command

This commit is contained in:
LEAN-ESX 2019-10-18 11:03:49 -07:00
parent 5451cb6e8a
commit aebd02bad0

View File

@ -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
);