diff options
author | Rob Landley <rob@landley.net> | 2016-07-03 16:05:12 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-07-03 16:05:12 -0500 |
commit | 746e565c097ed311ebb65842ac8a6527535993a7 (patch) | |
tree | 5ba0d6003059d4e0bb900af21071428f104e6c03 | |
parent | 0713e4b89f7c7339e060d54db1b877b709d985a1 (diff) | |
download | toybox-746e565c097ed311ebb65842ac8a6527535993a7.tar.gz |
Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory.
-rw-r--r-- | toys/net/README | 1 | ||||
-rw-r--r-- | toys/net/ifconfig.c (renamed from toys/other/ifconfig.c) | 0 | ||||
-rw-r--r-- | toys/net/netcat.c (renamed from toys/other/netcat.c) | 0 | ||||
-rw-r--r-- | toys/net/netstat.c (renamed from toys/pending/netstat.c) | 2 | ||||
-rw-r--r-- | toys/net/rfkill.c (renamed from toys/other/rfkill.c) | 0 |
5 files changed, 2 insertions, 1 deletions
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 index 1d2a41dc..1d2a41dc 100644 --- a/toys/other/ifconfig.c +++ b/toys/net/ifconfig.c diff --git a/toys/other/netcat.c b/toys/net/netcat.c index 1c75eb26..1c75eb26 100644 --- a/toys/other/netcat.c +++ b/toys/net/netcat.c diff --git a/toys/pending/netstat.c b/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 index 36fe320d..36fe320d 100644 --- a/toys/other/rfkill.c +++ b/toys/net/rfkill.c |