Ticket #371 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

busybox ps does not ignore "x" flag -> poff not working with busybox ps

Reported by: sumsum Assigned to: dnehring
Priority: minor Milestone: 1.x (low prio)
Component: packages Version: trunk
Keywords: Cc:

Description (Last modified by tg)

Either remove the "x" flag from the ps-line in poff (and all the other scripts that use x and which require the "x" if normal ps is selected) or (which would be better), patch busybox. I think something like adding "x" to the getopt32-calls in procps/ps.c would be ok. I didn't examine if the "x" must follow the colon or where it has to be. There are more than one occurence of getopt32 in ps.c

Attachments

Change History

07/24/07 13:20:47 changed by dnehring

  • owner changed from wbx to dnehring.

The x-flag is currently ignored by busybox, so it does not break anything. I do not see any difference between "ps w" and "ps wx".

Please give me an example if it doesn't work in your enviroment.

Dirk

08/02/07 14:17:20 changed by tg

  • status changed from new to closed.
  • resolution set to fixed.
  • component changed from general to packages.
  • description changed.

Please test r3377 if this fixes the problem.


Add/Change #371 (busybox ps does not ignore "x" flag -> poff not working with busybox ps)




Action