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

fixing bug#30624
This commit is contained in:
jperkin@production.mysql.com 2007-08-24 16:40:26 +02:00
parent 9e33d39aeb
commit 501a930dc6

View file

@ -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