From 9bdd8fd4549e8392b5bec0298e9978436392e342 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 28 Oct 2015 23:30:36 -0500 Subject: [PATCH] Promote ps to posix. --- toys/{pending => posix}/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => posix}/ps.c (99%) diff --git a/toys/pending/ps.c b/toys/posix/ps.c similarity index 99% rename from toys/pending/ps.c rename to toys/posix/ps.c index 6c63d550..0dd4952d 100644 --- a/toys/pending/ps.c +++ b/toys/posix/ps.c @@ -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] -- 2.39.2