Reformatting.
This commit is contained in:
parent
a396d1cf4e
commit
bfbbe0c976
1 changed files with 13 additions and 13 deletions
|
@ -45,19 +45,19 @@ start=$(date +%s)
|
||||||
# Dependencies of this script. Simple array with the following structure:
|
# Dependencies of this script. Simple array with the following structure:
|
||||||
# (command package [...])
|
# (command package [...])
|
||||||
dependencies=(
|
dependencies=(
|
||||||
"sudo" "app-admin/sudo"
|
"sudo" "app-admin/sudo"
|
||||||
"python" "dev-lang/python:3.8"
|
"python" "dev-lang/python:3.8"
|
||||||
"fail2ban-client" "net-analyzer/fail2ban"
|
"fail2ban-client" "net-analyzer/fail2ban"
|
||||||
"cut" "sys-apps/coreutils"
|
"cut" "sys-apps/coreutils"
|
||||||
"id" "sys-apps/coreutils"
|
"id" "sys-apps/coreutils"
|
||||||
"sort" "sys-apps/coreutils"
|
"sort" "sys-apps/coreutils"
|
||||||
"touch" "sys-apps/coreutils"
|
"touch" "sys-apps/coreutils"
|
||||||
"tr" "sys-apps/coreutils"
|
"tr" "sys-apps/coreutils"
|
||||||
"uniq" "sys-apps/coreutils"
|
"uniq" "sys-apps/coreutils"
|
||||||
"grep" "sys-apps/grep"
|
"grep" "sys-apps/grep"
|
||||||
"sponge" "sys-apps/moreutils"
|
"sponge" "sys-apps/moreutils"
|
||||||
"netstat" "sys-apps/net_tools"
|
"netstat" "sys-apps/net_tools"
|
||||||
"getopt" "sys-apps/util-linux"
|
"getopt" "sys-apps/util-linux"
|
||||||
)
|
)
|
||||||
|
|
||||||
# These suffixes must be appended to the respective addresses and subnets.
|
# These suffixes must be appended to the respective addresses and subnets.
|
||||||
|
|
Loading…
Reference in a new issue