[Bug 5216] New: 1.20 ps lacks -w and -l options for DESKTOP case

bugzilla at busybox.net bugzilla at busybox.net
Wed May 16 10:46:35 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=5216

           Summary: 1.20 ps lacks -w and -l options for DESKTOP case
           Product: Busybox
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: mjt+busybox at tls.msk.ru
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


In commit 8d9ac30572818bbe78ef08d6580308e013972df3, CONFIG_FEATURE_PS_WIDE
(together with newly introduced CONFIG_FEATURE_PS_LONG) has been made dependent
on !CONFIG_DESKTOP.  I think the condition meant to be reverse, ie, to depend
on CONFIG_DESKTOP.  Because as the result, -w and -l options are NOT available
on "desktop" configuration where they should be enabled, but can be turned
on/off on "non-desktop" configuration.

The attached patch changes the dependency !DESKTOP=>DESKTOP.

Actually all this !DESKTOP/DESKTOP case should provide default values instead
of being listed as dependencies, but this is a different story.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list