mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
@@ -22,6 +22,7 @@ tools_enabled:
|
||||
- linkcheck
|
||||
- mdlint
|
||||
- mupdf-tools
|
||||
- net-tools
|
||||
- phalcon-devtools
|
||||
- php-cs-fixer
|
||||
- phpcbf
|
||||
@@ -337,6 +338,12 @@ tools_available:
|
||||
all:
|
||||
type: apt
|
||||
package: mupdf-tools
|
||||
net-tools:
|
||||
disabled: []
|
||||
check: netstat --version | grep net-tools || (netstat --version; false)
|
||||
all:
|
||||
type: apt
|
||||
package: net-tools
|
||||
phalcon-devtools:
|
||||
disabled: [5.2, 5.3, 5.4, 8.2]
|
||||
check: |
|
||||
|
||||
@@ -4,6 +4,12 @@
|
||||
## Unreleased
|
||||
|
||||
|
||||
## Release 0.149
|
||||
|
||||
### Added
|
||||
- Added `net-tools` package
|
||||
|
||||
|
||||
## Release 0.148
|
||||
|
||||
### Added
|
||||
|
||||
@@ -242,6 +242,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -360,6 +361,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (custom) phpcbf --------------------
|
||||
RUN set -eux \
|
||||
&& PHPCBF_URL="https://github.com/squizlabs/PHP_CodeSniffer/releases/download/2.9.0/phpcbf.phar" \
|
||||
@@ -523,6 +529,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -651,6 +658,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (custom) phpcbf --------------------
|
||||
RUN set -eux \
|
||||
&& phpcbf --version | grep -E 'version [0-9][.0-9]+' || (phpcbf --version; false) \
|
||||
|
||||
@@ -277,6 +277,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -395,6 +396,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (custom) php-cs-fixer --------------------
|
||||
RUN set -eux \
|
||||
&& PHP_CS_FIXER_URL="https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.2.19/php-cs-fixer.phar" \
|
||||
@@ -596,6 +602,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -724,6 +731,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (custom) php-cs-fixer --------------------
|
||||
RUN set -eux \
|
||||
&& php-cs-fixer --version 2>&1 | grep -E 'Fixer\s+(version\s*)?[-_.0-9]+\s+' || (php-cs-fixer --version; false) \
|
||||
|
||||
@@ -277,6 +277,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -418,6 +419,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (custom) php-cs-fixer --------------------
|
||||
RUN set -eux \
|
||||
&& PHP_CS_FIXER_URL="https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.2.19/php-cs-fixer.phar" \
|
||||
@@ -619,6 +625,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -762,6 +769,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (custom) php-cs-fixer --------------------
|
||||
RUN set -eux \
|
||||
&& php-cs-fixer --version 2>&1 | grep -E 'Fixer\s+(version\s*)?[-_.0-9]+\s+' || (php-cs-fixer --version; false) \
|
||||
|
||||
@@ -277,6 +277,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -434,6 +435,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
@@ -674,6 +680,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -827,6 +834,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
|
||||
@@ -285,6 +285,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -442,6 +443,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
@@ -707,6 +713,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -860,6 +867,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
|
||||
@@ -285,6 +285,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -442,6 +443,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
@@ -707,6 +713,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -860,6 +867,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
|
||||
@@ -285,6 +285,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -442,6 +443,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
@@ -707,6 +713,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -860,6 +867,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
|
||||
@@ -285,6 +285,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -442,6 +443,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
@@ -707,6 +713,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -860,6 +867,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
|
||||
@@ -287,6 +287,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -442,6 +443,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
@@ -707,6 +713,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -860,6 +867,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
|
||||
@@ -287,6 +287,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -442,6 +443,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
@@ -707,6 +713,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -860,6 +867,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
|
||||
@@ -287,6 +287,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -442,6 +443,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
@@ -707,6 +713,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -860,6 +867,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
|
||||
@@ -287,6 +287,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -442,6 +443,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
@@ -707,6 +713,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -860,6 +867,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (composer) phalcon-devtools --------------------
|
||||
RUN set -eux \
|
||||
&& if find /usr/local/lib/php/extensions/ -name phalcon.so | grep phalcon; then \
|
||||
|
||||
@@ -287,6 +287,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -442,6 +443,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (custom) phpcbf --------------------
|
||||
RUN set -eux \
|
||||
&& PHPCBF_URL="https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar" \
|
||||
@@ -660,6 +666,7 @@ RUN set -eux \
|
||||
git \
|
||||
jq \
|
||||
mupdf-tools \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
rsync \
|
||||
shellcheck \
|
||||
@@ -813,6 +820,11 @@ RUN set -eux \
|
||||
\
|
||||
&& true
|
||||
|
||||
# -------------------- (apt) net-tools --------------------
|
||||
RUN set -eux \
|
||||
&& netstat --version | grep net-tools || (netstat --version; false) \
|
||||
&& true
|
||||
|
||||
# -------------------- (custom) phpcbf --------------------
|
||||
RUN set -eux \
|
||||
&& phpcbf --version | grep -E 'version [0-9][.0-9]+' || (phpcbf --version; false) \
|
||||
|
||||
@@ -390,6 +390,7 @@ Additionally to all of the `slim` tools shown above, the following PHP cli tools
|
||||
| [mdl][lnk_mdl] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| [mdlint][lnk_mdlint] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| [mupdf-tools][lnk_mupdf-tools] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| [net-tools][lnk_net-tools] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| [**node**][lnk_**node**] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| [**npm**][lnk_**npm**] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| [**nvm**][lnk_**nvm**] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
@@ -442,6 +443,7 @@ Additionally to all of the `slim` tools shown above, the following PHP cli tools
|
||||
[lnk_mdl]: ../php_tools/mdl
|
||||
[lnk_mdlint]: ../php_tools/mdlint
|
||||
[lnk_mupdf-tools]: ../php_tools/mupdf-tools
|
||||
[lnk_net-tools]: ../php_tools/net-tools
|
||||
[lnk_**node**]: https://nodejs.org/en/
|
||||
[lnk_**npm**]: https://nodejs.org/en/knowledge/getting-started/npm/what-is-npm/
|
||||
[lnk_**nvm**]: https://github.com/nvm-sh/nvm
|
||||
|
||||
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