diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-15 09:48:03 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-15 16:17:16 +1000 |
commit | 9e713dacbf3b6f8d114a337271c57dfccec58af7 (patch) | |
tree | ac895bc51770d33d5f203ba0579828642ed93c65 /scripts/defconfig.mingw32 | |
parent | 903abcceb656701cd57a94404f1e13626618b1c9 (diff) | |
download | busybox-w32-9e713dacbf3b6f8d114a337271c57dfccec58af7.tar.gz busybox-w32-9e713dacbf3b6f8d114a337271c57dfccec58af7.tar.bz2 busybox-w32-9e713dacbf3b6f8d114a337271c57dfccec58af7.zip |
win32: enable ps
Due to limitations in procps_scan(), only -o pid,comm is supported
Diffstat (limited to 'scripts/defconfig.mingw32')
-rw-r--r-- | scripts/defconfig.mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defconfig.mingw32 b/scripts/defconfig.mingw32 index 943c3f4ab..7f5cbc574 100644 --- a/scripts/defconfig.mingw32 +++ b/scripts/defconfig.mingw32 | |||
@@ -854,7 +854,7 @@ CONFIG_FEATURE_MIME_CHARSET="" | |||
854 | # CONFIG_FEATURE_PIDOF_SINGLE is not set | 854 | # CONFIG_FEATURE_PIDOF_SINGLE is not set |
855 | # CONFIG_FEATURE_PIDOF_OMIT is not set | 855 | # CONFIG_FEATURE_PIDOF_OMIT is not set |
856 | # CONFIG_PKILL is not set | 856 | # CONFIG_PKILL is not set |
857 | # CONFIG_PS is not set | 857 | CONFIG_PS=y |
858 | # CONFIG_FEATURE_PS_WIDE is not set | 858 | # CONFIG_FEATURE_PS_WIDE is not set |
859 | # CONFIG_FEATURE_PS_TIME is not set | 859 | # CONFIG_FEATURE_PS_TIME is not set |
860 | # CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set | 860 | # CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set |