--- mysql-3.23.58/scripts/mysqlbug.sh.security	2004-05-06 12:57:11.000000000 -0500
+++ mysql-3.23.58/scripts/mysqlbug.sh	2004-05-06 12:57:59.000000000 -0500
@@ -252,7 +252,7 @@
 if cmp -s $TEMP $TEMP.x
 then
   echo "File not changed, no bug report submitted."
-  cp $TEMP /tmp/failed-mysql-bugreport
+  mv -f $TEMP /tmp/failed-mysql-bugreport
   echo "The raw bug report exists in /tmp/failed-mysql-bugreport"
   echo "If you use this remember that the first lines of the report now is a lie.."
   exit 1
--- mysql-3.23.58/scripts/mysqld_multi.sh.security	2004-05-06 12:57:33.000000000 -0500
+++ mysql-3.23.58/scripts/mysqld_multi.sh	2004-05-06 12:58:20.000000000 -0500
@@ -9,7 +9,7 @@
 $opt_config_file   = undef();
 $opt_example       = 0;
 $opt_help          = 0;
-$opt_log           = "/tmp/mysqld_multi.log";
+$opt_log           = "$ENV{HOME}/mysqld_multi.log";
 $opt_mysqladmin    = "@bindir@/mysqladmin";
 $opt_mysqld        = "@libexecdir@/mysqld";
 $opt_no_log        = 0;
