tags 387837 patch thanks The attached patch fixes this bug by removing all conffiles when purging the package.
Regards Javier
--- sysstat.postrm.old 2006-11-09 17:34:42.000000000 +0100
+++ sysstat.postrm 2006-11-09 17:36:08.000000000 +0100
@@ -10,6 +10,10 @@
rm -rf /var/log/sysstat
rm -f "$DEFAULT"
which ucf >/dev/null && ucf --purge "$DEFAULT"
+ # Remove the other conffiles
+ rm -f /etc/init.d/sysstat
+ rm -f /etc/cron.daily/sysstat
+ rm -f /etc/cron.d/sysstat
fi
#DEBHELPER#
signature.asc
Description: Digital signature

