enable ps -w by default
[openwrt-10.03/.git] / package / busybox / config / procps / Config.in
index b94632b467d832e67f369584b811f97e7b5e3f11..ef0c6a2dcd39b787d1a017bb690a975f6446b045 100644 (file)
@@ -42,7 +42,7 @@ config BUSYBOX_CONFIG_KILLALL5
        bool "killall5"
        default y
        depends on BUSYBOX_CONFIG_KILL
-       
+
 config BUSYBOX_CONFIG_PIDOF
        bool "pidof"
        default y
@@ -51,14 +51,14 @@ config BUSYBOX_CONFIG_PIDOF
          those id's on the standard output.
 
 config BUSYBOX_CONFIG_FEATURE_PIDOF_SINGLE
-       bool "  Enable argument for single shot (-s)"
+       bool "Enable argument for single shot (-s)"
        default n
        depends on BUSYBOX_CONFIG_PIDOF
        help
          Support argument '-s' for returning only the first pid found.
 
 config BUSYBOX_CONFIG_FEATURE_PIDOF_OMIT
-       bool "  Enable argument for omitting pids (-o)"
+       bool "Enable argument for omitting pids (-o)"
        default n
        depends on BUSYBOX_CONFIG_PIDOF
        help
@@ -73,8 +73,8 @@ config BUSYBOX_CONFIG_PS
          ps gives a snapshot of the current processes.
 
 config BUSYBOX_CONFIG_FEATURE_PS_WIDE
-       bool "  Enable argument for wide output (-w)"
-       default n
+       bool "Enable argument for wide output (-w)"
+       default y
        depends on BUSYBOX_CONFIG_PS
        help
          Support argument 'w' for wide output.
@@ -102,7 +102,7 @@ config BUSYBOX_CONFIG_TOP
          system.
 
 config BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
-       bool "  Support showing CPU usage percentage (add 2k bytes)"
+       bool "Support showing CPU usage percentage (add 2k bytes)"
        default y
        depends on BUSYBOX_CONFIG_TOP
        help