mirror of https://github.com/fail2ban/fail2ban
remove trailing spaces
parent
7f1b66bb89
commit
13305db998
|
@ -27,19 +27,19 @@ case "$1" in
|
||||||
touch $LOG
|
touch $LOG
|
||||||
chown root:adm ${LOG}*
|
chown root:adm ${LOG}*
|
||||||
chmod 640 ${LOG}*
|
chmod 640 ${LOG}*
|
||||||
|
|
||||||
# Note regarding changed configuration file
|
# Note regarding changed configuration file
|
||||||
# Note regarding changed configuration file
|
# Note regarding changed configuration file
|
||||||
if [ ! -z $preversion ]; then
|
if [ ! -z $preversion ]; then
|
||||||
if dpkg --compare-versions $preversion lt 0.7.1-1; then
|
if dpkg --compare-versions $preversion lt 0.7.1-1; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
WARNING!
|
WARNING!
|
||||||
|
|
||||||
Fail2ban 0.7 is a complete rewrite of the 0.6 version, and if you
|
Fail2ban 0.7 is a complete rewrite of the 0.6 version, and if you
|
||||||
customized any of provided configuration or startup files
|
customized any of provided configuration or startup files
|
||||||
(/etc/default/fail2ban, /etc/fail2ban.conf, /etc/init.d/fail2ban), please
|
(/etc/default/fail2ban, /etc/fail2ban.conf, /etc/init.d/fail2ban), please
|
||||||
read relevant entry in /usr/share/doc/fail2ban/NEWS.Debian.gz.
|
read relevant entry in /usr/share/doc/fail2ban/NEWS.Debian.gz.
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
if dpkg --compare-versions $preversion lt 0.5.4-5.14; then
|
if dpkg --compare-versions $preversion lt 0.5.4-5.14; then
|
||||||
|
@ -94,5 +94,3 @@ fi
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue