mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-12 20:11:16 +00:00
Added net-tools
This commit is contained in:
7
php_tools/net-tools/README.md
Normal file
7
php_tools/net-tools/README.md
Normal 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/ |
|
||||
7
php_tools/net-tools/install.yml
Normal file
7
php_tools/net-tools/install.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
check: netstat --version | grep net-tools || (netstat --version; false)
|
||||
|
||||
all:
|
||||
type: apt
|
||||
package: net-tools
|
||||
11
php_tools/net-tools/options.yml
Normal file
11
php_tools/net-tools/options.yml
Normal 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: []
|
||||
Reference in New Issue
Block a user