diff options
author | Rob Landley <rob@landley.net> | 2015-07-24 19:55:15 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-07-24 19:55:15 -0500 |
commit | b9fb3067822c0a347905db81af0496743733fad5 (patch) | |
tree | 80955af49cfd7ff8ac75072201cf52234d1594b6 /toys | |
parent | 441d1cedfb8dbe2c720bee791b5240829a5e54f9 (diff) | |
download | toybox-b9fb3067822c0a347905db81af0496743733fad5.tar.gz |
Promote hostid.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/hostid.c (renamed from toys/pending/hostid.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/hostid.c b/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 |