Indeed so:
washoe[0] /var/lib/dpkg/info
> less fail2ban.prerm
#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/fail2ban" ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d fail2ban stop || exit 0
else
/
the key in all this is
> Stopping fail2ban: Status of fail2ban: fail2ban is not running.
> Not stopping fail2ban
> invoke-rc.d: initscript fail2ban, action "stop" failed.
So it seems that fail2ban doesn't uninstall cleanly only if it wasn't
running at the moment and "stop" failed.
Tha
Package: fail2ban
Version: 0.5.4-7
Severity: normal
Hi,
when I install and then purge fail2ban, some files are left lying around in
/usr/share/fail2ban:
[EMAIL PROTECTED] [~] sudo aptitude purge fail2ban
Reading package lists... Done
Building dependency tree... Done
Reading exten
3 matches
Mail list logo