hi Sean,
On Tue, Apr 19, 2005 at 09:05:38AM -0400, sean finney wrote:
> On Tue, Apr 19, 2005 at 01:27:03PM +0200, Michael Ablassmeier wrote:
> > @@ -1,9 +1,11 @@
> > #!/bin/bash
> >
> > if [ "$1" = "purge" ]; then
> > + if [ -e '/etc/mysql' ]; then
> > if [ -z "`ls /etc/mysql 2>/dev/null`" ]; then
> > rmdir /etc/mysql
> > fi
> > + fi
> > fi
>
> thanks for pointing this out, i'll put a fix in cvs if christian hasn't
> already beaten me to it. i'll also check to see if this affects
> the 4.1 series.
the mysql-common postrm script in both 4.1 and 4.0 is the same.
bye,
- michael
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]