From 828fc9c8be7e68a901e4fe79504a67cb6c9c33e8 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 3 May 2018 19:09:05 -0500 Subject: [PATCH] Promote uuidgen. --- toys/{pending => other}/uuidgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/uuidgen.c (97%) diff --git a/toys/pending/uuidgen.c b/toys/other/uuidgen.c similarity index 97% rename from toys/pending/uuidgen.c rename to toys/other/uuidgen.c index 682dec4c..4cfebe99 100644 --- a/toys/pending/uuidgen.c +++ b/toys/other/uuidgen.c @@ -8,7 +8,7 @@ USE_UUIDGEN(NEWTOY(uuidgen, ">0r(random)", TOYFLAG_USR|TOYFLAG_BIN)) config UUIDGEN bool "uuidgen" - default n + default y help usage: uuidgen -- 2.39.2