From 501a930dc6f8efe2b146ca7456aa39a5b02c7477 Mon Sep 17 00:00:00 2001 From: "jperkin@production.mysql.com" <> Date: Fri, 24 Aug 2007 16:40:26 +0200 Subject: [PATCH] Finish up last syslog -> want_syslog change missed in r1.91, fixing bug#30624 --- 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