From 1558e7dbbf3a37766f09616c53168c090a7d617e Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 23 Feb 2019 16:43:41 -0600 Subject: [PATCH] Promote mcookie --- toys/{pending => other}/mcookie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/mcookie.c (98%) diff --git a/toys/pending/mcookie.c b/toys/other/mcookie.c similarity index 98% rename from toys/pending/mcookie.c rename to toys/other/mcookie.c index 12138b89..fb83f5e3 100644 --- a/toys/pending/mcookie.c +++ b/toys/other/mcookie.c @@ -11,7 +11,7 @@ USE_MCOOKIE(NEWTOY(mcookie, "v(verbose)V(version)", TOYFLAG_USR|TOYFLAG_BIN)) config MCOOKIE bool "mcookie" - default n + default y help usage: mcookie [-vV] -- 2.39.2