I've been looking at the source and didn't understand something:
$ diff -u ~/mysql-dfsg-5.0-5.0.19/scripts/mysql_install_db.sh
/usr/bin/mysql_install_db
@@ -185,9 +185,8 @@
if test ! -d $ldata; then mkdir $ldata; chmod 700 $ldata ; fi
if test ! -d $ldata/mysql; then mkdir $ldata/mysql; chmod 700
$ldata/mysql ; fi
- if test ! -d $ldata/test; then mkdir $ldata/test; chmod 700
$ldata/test ; fi
if test -w / -a ! -z "$user"; then
- chown $user $ldata $ldata/mysql $ldata/test;
+ chown $user $ldata $ldata/mysql
fi
if test ! -f $mdata/db.frm
So it seems this has been fixed already in the binary version.
And now I found 41_scripts__mysql_install_db.sh__no_test.dpatch
How do I find out who added that when?
Greetings,
Olaf
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]