From c66df1c1696a201c648e2b672b1579b6394f8c01 Mon Sep 17 00:00:00 2001 From: "joerg@trift2." <> Date: Fri, 14 Sep 2007 00:59:22 +0200 Subject: [PATCH] scripts/mysqld_safe.sh Copy a fix by jperkin for bug#30624 into the 5.1.22 build tree. --- scripts/mysqld_safe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh index e6f7ff7b3cb..d9c1a16e21a 100644 --- a/scripts/mysqld_safe.sh +++ b/scripts/mysqld_safe.sh @@ -363,7 +363,7 @@ then USER_OPTION="--user=$user" fi # Change the err log to the right user, if it is in use - if [ $syslog -eq 0 ]; then + if [ $want_syslog -eq 0 ]; then touch $err_log chown $user $err_log fi