aboutsummaryrefslogtreecommitdiff
path: root/net/banip/files
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2019-11-10 18:55:21 +0100
committerDirk Brenken <dev@brenken.org>2019-11-10 18:55:21 +0100
commite38810f38e8772c1f76397b64f71ac6f285fa90e (patch)
treeab05bd895377e591001899cd2a5ce5725de4d717 /net/banip/files
parentbe7a89cecbc39133c39baade559ac4319a0a12ab (diff)
banip: update 0.3.9
* fix 'enabled' service check Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/banip/files')
-rwxr-xr-xnet/banip/files/banip.init2
-rwxr-xr-xnet/banip/files/banip.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/banip/files/banip.init b/net/banip/files/banip.init
index e9abfebad..c999c6b00 100755
--- a/net/banip/files/banip.init
+++ b/net/banip/files/banip.init
@@ -13,7 +13,7 @@ ban_script="/usr/bin/banip.sh"
ban_pidfile="/var/run/banip.pid"
if [ -s "${ban_pidfile}" ] && \
- [ "${action}" != "help" ] && [ "${action}" != "status" ] && [ "${action}" != "boot" ]
+ [ "${action}" != "help" ] && [ "${action}" != "status" ] && [ "${action}" != "boot" ] && [ "${action}" != "enabled" ]
then
exit 1
fi
diff --git a/net/banip/files/banip.sh b/net/banip/files/banip.sh
index 51345138f..c8639a9c6 100755
--- a/net/banip/files/banip.sh
+++ b/net/banip/files/banip.sh
@@ -13,7 +13,7 @@
#
LC_ALL=C
PATH="/usr/sbin:/usr/bin:/sbin:/bin"
-ban_ver="0.3.8"
+ban_ver="0.3.9"
ban_basever=""
ban_enabled=0
ban_automatic="1"