From 6bce3be4a3fcb1c3b01d86ffaec2b605c692822d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 26 Dec 2016 12:10:29 -0600 Subject: [PATCH] Move hostid to toys/example and have it "default n". A "globally unique 32 bit number" is a concept the Linux world has outgrown. --- toys/{other => example}/hostid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{other => example}/hostid.c (97%) diff --git a/toys/other/hostid.c b/toys/example/hostid.c similarity index 97% rename from toys/other/hostid.c rename to toys/example/hostid.c index 883ac3ca..feef61bf 100644 --- a/toys/other/hostid.c +++ b/toys/example/hostid.c @@ -8,7 +8,7 @@ USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN)) config HOSTID bool "hostid" - default y + default n help usage: hostid -- 2.39.2