Commit 51f2b38f authored by unknown's avatar unknown

Finish up last syslog -> want_syslog change missed in r1.91,

fixing bug#30624


scripts/mysqld_safe.sh:
  Fix last syslog -> want_syslog.
parent 2669e39d
...@@ -363,7 +363,7 @@ then ...@@ -363,7 +363,7 @@ then
USER_OPTION="--user=$user" USER_OPTION="--user=$user"
fi fi
# Change the err log to the right user, if it is in use # 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 touch $err_log
chown $user $err_log chown $user $err_log
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment