Package: backuppc Version: 3.0.0-4 Severity: important Tags: patch Hi,
Reported at https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/84487 is the fact that removing backuppc can leave apache unable to start. The following patch is used in Ubuntu to fix this. Please consider applying it. Thanks, James --- 3.0.0-4/debian/postrm 2007-10-24 17:08:43.000000000 +0100 +++ 3.0.0-4ubuntu1/debian/postrm 2007-10-24 17:08:32.000000000 +0100 @@ -38,8 +38,8 @@ case "$1" in case "$webserver" in apache|apache-perl|apache-ssl|apache2) # remove links - if [ -h /etc/$webserver/conf.d/backuppc ]; then - rm -f /etc/$webserver/conf.d/backuppc + if [ -h /etc/$webserver/conf.d/backuppc.conf ]; then + rm -f /etc/$webserver/conf.d/backuppc.conf if [ "$webservers_rst" = "true" ]; then # restart if [ -x /usr/sbin/invoke-rc.d ]; then -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

