OSDN Git Service

Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory.
authorRob Landley <rob@landley.net>
Sun, 3 Jul 2016 21:05:12 +0000 (16:05 -0500)
committerRob Landley <rob@landley.net>
Sun, 3 Jul 2016 21:05:12 +0000 (16:05 -0500)
toys/net/README [new file with mode: 0644]
toys/net/ifconfig.c [moved from toys/other/ifconfig.c with 100% similarity]
toys/net/netcat.c [moved from toys/other/netcat.c with 100% similarity]
toys/net/netstat.c [moved from toys/pending/netstat.c with 99% similarity]
toys/net/rfkill.c [moved from toys/other/rfkill.c with 100% similarity]

diff --git a/toys/net/README b/toys/net/README
new file mode 100644 (file)
index 0000000..8708e4b
--- /dev/null
@@ -0,0 +1 @@
+Networking
similarity index 100%
rename from toys/other/ifconfig.c
rename to toys/net/ifconfig.c
similarity index 100%
rename from toys/other/netcat.c
rename to toys/net/netcat.c
similarity index 99%
rename from toys/pending/netstat.c
rename to toys/net/netstat.c
index c7ab62d..4e5c884 100644 (file)
@@ -8,7 +8,7 @@
 USE_NETSTAT(NEWTOY(netstat, "pWrxwutneal", TOYFLAG_BIN))
 config NETSTAT
   bool "netstat"
-  default n
+  default y
   help
     usage: netstat [-pWrxwutneal]
 
similarity index 100%
rename from toys/other/rfkill.c
rename to toys/net/rfkill.c