OSDN Git Service

Promote ps to posix.
authorRob Landley <rob@landley.net>
Thu, 29 Oct 2015 04:30:36 +0000 (23:30 -0500)
committerRob Landley <rob@landley.net>
Thu, 29 Oct 2015 04:30:36 +0000 (23:30 -0500)
toys/posix/ps.c [moved from toys/pending/ps.c with 99% similarity]

similarity index 99%
rename from toys/pending/ps.c
rename to toys/posix/ps.c
index 6c63d55..0dd4952 100644 (file)
@@ -38,7 +38,7 @@ USE_PS(NEWTOY(ps, "aAdeflo*p*s*t*u*U*g*G*w[!ol][+Ae]", TOYFLAG_USR|TOYFLAG_BIN))
 
 config PS
   bool "ps"
-  default n
+  default y
   help
     usage: ps [-Aadeflw] [-gG GROUP] [-o FIELD] [-p PID] [-t TTY] [-uU USER]