From 9e0547cb94c8532b46072f76c9d626d63dbc6a66 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 29 Dec 2021 14:14:53 -0600 Subject: [PATCH] Promote host to net --- toys/{pending => net}/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => net}/host.c (99%) diff --git a/toys/pending/host.c b/toys/net/host.c similarity index 99% rename from toys/pending/host.c rename to toys/net/host.c index a8562498..20331678 100644 --- a/toys/pending/host.c +++ b/toys/net/host.c @@ -10,7 +10,7 @@ USE_HOST(NEWTOY(host, "<1>2avt:", TOYFLAG_USR|TOYFLAG_BIN)) config HOST bool "host" - default n + default y help usage: host [-v] [-t TYPE] NAME [SERVER] -- 2.39.2