Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/procps/Config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 91  config PS Line 91  config PS
91    ps gives a snapshot of the current processes.    ps gives a snapshot of the current processes.
92    
93  config FEATURE_PS_WIDE  config FEATURE_PS_WIDE
94   bool "Enable argument for wide output (-w)"   bool "Enable wide output option (-w)"
95   default n   default n
96   depends on PS   depends on PS
97   help   help
98    Support argument 'w' for wide output.    Support argument 'w' for wide output.
99    If given once, 132 chars are printed and given more than    If given once, 132 chars are printed, and if given more
100    one, the length is unlimited.    than once, the length is unlimited.
101    
102  config FEATURE_PS_TIME  config FEATURE_PS_TIME
103   bool "Enable time and elapsed time output"   bool "Enable time and elapsed time output"
# Line 106  config FEATURE_PS_TIME Line 106  config FEATURE_PS_TIME
106   help   help
107    Support -o time and -o etime output specifiers.    Support -o time and -o etime output specifiers.
108    
109    config FEATURE_PS_ADDITIONAL_COLUMNS
110     bool "Enable additional ps columns"
111     default n
112     depends on PS && DESKTOP
113     help
114      Support -o rgroup, -o ruser, -o nice output specifiers.
115    
116  config FEATURE_PS_UNUSUAL_SYSTEMS  config FEATURE_PS_UNUSUAL_SYSTEMS
117   bool "Support Linux prior to 2.4.0 and non-ELF systems"   bool "Support Linux prior to 2.4.0 and non-ELF systems"
118   default n   default n
# Line 181  config FEATURE_TOPMEM Line 188  config FEATURE_TOPMEM
188   help   help
189    Enable 's' in top (gives lots of memory info).    Enable 's' in top (gives lots of memory info).
190    
191    config FEATURE_SHOW_THREADS
192     bool "Support for showing threads in ps/top"
193     default n
194     depends on PS || TOP
195     help
196      Enables ps -T option and 'h' command in top
197    
198  config UPTIME  config UPTIME
199   bool "uptime"   bool "uptime"
200   default n   default n
# Line 196  config WATCH Line 210  config WATCH
210    watch is used to execute a program periodically, showing    watch is used to execute a program periodically, showing
211    output to the screen.    output to the screen.
212    
   
213  endmenu  endmenu

Legend:
Removed from v.983  
changed lines
  Added in v.984