diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2018-04-11 23:06:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-14 07:06:28 +0700 |
commit | ebba8e9779709a4c5c776fbf4041bb2e59d86533 (patch) | |
tree | 49bb81dc2186fed14d0b4e3b8f6035bf0a87774e /network/fail2ban/doinst.sh | |
parent | b905e9a2ca1fe3340328ce1396cd429692f1e234 (diff) | |
download | slackbuilds-ebba8e9779709a4c5c776fbf4041bb2e59d86533.tar.gz |
network/fail2ban: Updated for version 0.10.3.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/fail2ban/doinst.sh')
-rw-r--r-- | network/fail2ban/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/fail2ban/doinst.sh b/network/fail2ban/doinst.sh index 74390be489..ca16775b2e 100644 --- a/network/fail2ban/doinst.sh +++ b/network/fail2ban/doinst.sh @@ -28,6 +28,7 @@ config etc/fail2ban/fail2ban.conf.new config etc/fail2ban/jail.conf.new config etc/fail2ban/paths-common.conf.new config etc/fail2ban/paths-slackware.conf.new +config etc/bash_completion.d/fail2ban.new for conf_file in etc/fail2ban/action.d/*.new; do config $conf_file |