Browse Source

enable ps -w by default

SVN-Revision: 8946
Felix Fietkau 18 years ago
parent
commit
9de337e21d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/config/procps/Config.in

+ 1 - 1
package/busybox/config/procps/Config.in

@@ -74,7 +74,7 @@ config BUSYBOX_CONFIG_PS
 
 config BUSYBOX_CONFIG_FEATURE_PS_WIDE
 	bool "Enable argument for wide output (-w)"
-	default n
+	default y
 	depends on BUSYBOX_CONFIG_PS
 	help
 	  Support argument 'w' for wide output.