From b9fb3067822c0a347905db81af0496743733fad5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 24 Jul 2015 19:55:15 -0500 Subject: [PATCH] Promote hostid. --- toys/{pending => other}/hostid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/hostid.c (97%) diff --git a/toys/pending/hostid.c b/toys/other/hostid.c similarity index 97% rename from toys/pending/hostid.c rename to toys/other/hostid.c index feef61bf..883ac3ca 100644 --- a/toys/pending/hostid.c +++ b/toys/other/hostid.c @@ -8,7 +8,7 @@ USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN)) config HOSTID bool "hostid" - default n + default y help usage: hostid -- 2.39.2