Bug#626742: postrm doesn't remove /etc/logrotate.d/proftpd-basic

Moonwalker moonwalker at hotbox.ru
Sat May 14 21:46:04 UTC 2011


Package: proftpd-basic
Version: 1.3.4~rc2-3

it seems it's missing in the current version of postrm script ;-)
...
if [ "$1" = "purge" ]
then
    rm -rf /etc/proftpd
    rm -rf /var/log/proftpd
    userdel --remove --force proftpd || true
    userdel --remove --force ftp || true
    update-rc.d proftpd remove >/dev/null || exit $?
fi
...






More information about the Pkg-proftpd-maintainers mailing list