- Changed fail2ban binary name

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@117 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.5
Cyril Jaquier 2005-07-07 16:50:56 +00:00
parent 992a3f7d31
commit 1014183f3f
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
opts="start stop restart showlog"
FAIL2BAN="/usr/bin/fail2ban.py"
FAIL2BAN="/usr/bin/fail2ban"
depend() {
need net

View File

@ -21,7 +21,7 @@
[ "${NETWORKING}" = "no" ] && exit 0
[ -f /etc/fail2ban.conf ] || exit 0
FAIL2BAN="/usr/bin/fail2ban.py"
FAIL2BAN="/usr/bin/fail2ban"
PIDFILE="/var/run/fail2ban.pid"
RETVAL=0
@ -55,7 +55,7 @@ case "$1" in
stop
;;
status)
status fail2ban.py
status fail2ban
RETVAL=$?
;;
reload)