Bug#308374: doesn't clean up properly

2005-05-13 Thread Frank Lichtenheld
On Mon, May 09, 2005 at 10:09:49PM +0200, Frank Lichtenheld wrote: > libapache-mod-encoding.prerm contains the following code: > for i in apache apache-ssl apache-perl; do > if [ -e /etc/$i/httpd.conf ]; then > modules-config $i enable mod_encoding >

Bug#308374: doesn't clean up properly

2005-05-09 Thread Frank Lichtenheld
Package: libapache-mod-encoding Severity: serious Tags: patch libapache-mod-encoding.prerm contains the following code: for i in apache apache-ssl apache-perl; do if [ -e /etc/$i/httpd.conf ]; then modules-config $i enable mod_encoding fi done You s