diff options
author | Rob Landley <rob@landley.net> | 2016-12-26 12:10:29 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-12-26 12:10:29 -0600 |
commit | 6bce3be4a3fcb1c3b01d86ffaec2b605c692822d (patch) | |
tree | f3ff81a799d1b35e7772c6fa38e6b9a19ccb9f51 | |
parent | 8efb96070d6d09434dee2208f0dea6a4aac8b5b8 (diff) | |
download | toybox-6bce3be4a3fcb1c3b01d86ffaec2b605c692822d.tar.gz |
Move hostid to toys/example and have it "default n".
A "globally unique 32 bit number" is a concept the Linux world has outgrown.
-rw-r--r-- | toys/example/hostid.c (renamed from toys/other/hostid.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/hostid.c b/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 |