From: Bruno Thomsen <bth@kamstrup.com>
To: ptxdist@pengutronix.de
Cc: laa@kamstrup.com, bth@kamstrup.com
Subject: [ptxdist] [PATCH] Busybox: fixed inverted BUSYBOX_DESKTOP for ps
Date: Fri, 22 Jan 2016 10:37:40 +0100 [thread overview]
Message-ID: <1453455460-20541-1-git-send-email-bth@kamstrup.com> (raw)
Currently you have to choose between -o options and -l/-w options.
This patch make it possible to enable all advanced ps features
when the BUSYBOX_DESKTOP flag is enabled.
Signed-off-by: Bruno Thomsen <bth@kamstrup.com>
---
config/busybox/procps/Config.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/busybox/procps/Config.in b/config/busybox/procps/Config.in
index 56b9150..a8f9e13 100644
--- a/config/busybox/procps/Config.in
+++ b/config/busybox/procps/Config.in
@@ -205,7 +205,7 @@ config BUSYBOX_PS
config BUSYBOX_FEATURE_PS_WIDE
bool "Enable wide output option (-w)"
default y
- depends on BUSYBOX_PS && !BUSYBOX_DESKTOP
+ depends on BUSYBOX_PS && BUSYBOX_DESKTOP
help
Support argument 'w' for wide output.
If given once, 132 chars are printed, and if given more
@@ -214,7 +214,7 @@ config BUSYBOX_FEATURE_PS_WIDE
config BUSYBOX_FEATURE_PS_LONG
bool "Enable long output option (-l)"
default y
- depends on BUSYBOX_PS && !BUSYBOX_DESKTOP
+ depends on BUSYBOX_PS && BUSYBOX_DESKTOP
help
Support argument 'l' for long output.
Adds fields PPID, RSS, START, TIME & TTY
--
2.1.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2016-01-22 9:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-22 9:37 Bruno Thomsen [this message]
2016-01-22 15:13 ` Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1453455460-20541-1-git-send-email-bth@kamstrup.com \
--to=bth@kamstrup.com \
--cc=laa@kamstrup.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox