From a03525b1f66fceb9b7218adf45557b91b9d3bc27 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 24 Apr 2022 22:04:07 -0500 Subject: [PATCH] Promote httpd to net --- toys/{pending => net}/httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => net}/httpd.c (99%) diff --git a/toys/pending/httpd.c b/toys/net/httpd.c similarity index 99% rename from toys/pending/httpd.c rename to toys/net/httpd.c index cf512ac7..fb84dd92 100644 --- a/toys/pending/httpd.c +++ b/toys/net/httpd.c @@ -10,7 +10,7 @@ USE_HTTPD(NEWTOY(httpd, ">1", TOYFLAG_USR|TOYFLAG_BIN)) config HTTPD bool "httpd" - default n + default y help usage: httpd [DIR] -- 2.39.2