From cea6a95c467dfcc1cc82ef3df0f76fccb85f5f04 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 5 Feb 2019 08:40:34 -0600 Subject: [PATCH] Promote sntp to net. --- toys/{pending => net}/sntp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => net}/sntp.c (99%) diff --git a/toys/pending/sntp.c b/toys/net/sntp.c similarity index 99% rename from toys/pending/sntp.c rename to toys/net/sntp.c index f1415332..edccd209 100644 --- a/toys/pending/sntp.c +++ b/toys/net/sntp.c @@ -10,7 +10,7 @@ USE_SNTP(NEWTOY(sntp, "m:Sp:asdDqr#<4>17=10[!as]", TOYFLAG_USR|TOYFLAG_BIN)) config SNTP bool "sntp" - default n + default y help usage: sntp [-saSdDqm] [-r SHIFT] [-m ADDRESS] [-p PORT] [SERVER] -- 2.39.2