From 871c5d740a7f0b7e7ecda16bc23f3476acef4e7a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 11 Jun 2018 12:53:13 -0500 Subject: [PATCH] Promote ping to toys/net --- toys/{pending => net}/ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => net}/ping.c (99%) diff --git a/toys/pending/ping.c b/toys/net/ping.c similarity index 99% rename from toys/pending/ping.c rename to toys/net/ping.c index 22c571b3..cf1081af 100644 --- a/toys/pending/ping.c +++ b/toys/net/ping.c @@ -15,7 +15,7 @@ USE_PING(NEWTOY(ping, "<1>1t#<0>255=64c#<0=3s#<0>4088=56I:i:W#<0=10w#<0qf46[-46] config PING bool "ping" - default n + default y help usage: ping [OPTIONS] HOST -- 2.39.2