Added net-tools

This commit is contained in:
cytopia
2022-12-27 12:46:33 +01:00
parent 8e715503ff
commit 393ecc5dac
19 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# net-tools
A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system. Includes: arp, hostname, ifconfig, netstat, rarp, route, plipconfig, slattach, mii-tool and iptunnel and ipmaddr.
| Platform | Url |
|----------|------------------------------------------------------------------|
| Website | http://sourceforge.net/projects/net-tools/ |

View File

@@ -0,0 +1,7 @@
---
check: netstat --version | grep net-tools || (netstat --version; false)
all:
type: apt
package: net-tools

View File

@@ -0,0 +1,11 @@
---
# The name of the module
name: net-tools
# Exclude module build/installation for the following PHP versions
exclude: []
# In order for this tool to build/install correctly,
# the following tools must have been installed first.
depends: []