From 746e565c097ed311ebb65842ac8a6527535993a7 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 3 Jul 2016 16:05:12 -0500 Subject: [PATCH] Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory. --- toys/net/README | 1 + toys/{other => net}/ifconfig.c | 0 toys/{other => net}/netcat.c | 0 toys/{pending => net}/netstat.c | 2 +- toys/{other => net}/rfkill.c | 0 5 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 toys/net/README rename toys/{other => net}/ifconfig.c (100%) rename toys/{other => net}/netcat.c (100%) rename toys/{pending => net}/netstat.c (99%) rename toys/{other => net}/rfkill.c (100%) diff --git a/toys/net/README b/toys/net/README new file mode 100644 index 00000000..8708e4b5 --- /dev/null +++ b/toys/net/README @@ -0,0 +1 @@ +Networking diff --git a/toys/other/ifconfig.c b/toys/net/ifconfig.c similarity index 100% rename from toys/other/ifconfig.c rename to toys/net/ifconfig.c diff --git a/toys/other/netcat.c b/toys/net/netcat.c similarity index 100% rename from toys/other/netcat.c rename to toys/net/netcat.c diff --git a/toys/pending/netstat.c b/toys/net/netstat.c similarity index 99% rename from toys/pending/netstat.c rename to toys/net/netstat.c index c7ab62d0..4e5c884e 100644 --- a/toys/pending/netstat.c +++ b/toys/net/netstat.c @@ -8,7 +8,7 @@ USE_NETSTAT(NEWTOY(netstat, "pWrxwutneal", TOYFLAG_BIN)) config NETSTAT bool "netstat" - default n + default y help usage: netstat [-pWrxwutneal] diff --git a/toys/other/rfkill.c b/toys/net/rfkill.c similarity index 100% rename from toys/other/rfkill.c rename to toys/net/rfkill.c -- 2.39.2