mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] Busybox: fixed inverted BUSYBOX_DESKTOP for ps
Date: Fri, 22 Jan 2016 16:13:19 +0100	[thread overview]
Message-ID: <20160122151319.GD6233@pengutronix.de> (raw)
In-Reply-To: <1453455460-20541-1-git-send-email-bth@kamstrup.com>

On Fri, Jan 22, 2016 at 10:37:40AM +0100, Bruno Thomsen wrote:
> 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.

I don't think this works like this. The busybox build-system runs oldconfig
at some point. So we need a patch for busybox as well, right?

Michael

> 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

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2016-01-22 15:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-22  9:37 Bruno Thomsen
2016-01-22 15:13 ` Michael Olbrich [this message]

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=20160122151319.GD6233@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --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