mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
Finish up last syslog -> want_syslog change missed in r1.91,
fixing bug#30624 scripts/mysqld_safe.sh: Fix last syslog -> want_syslog.
This commit is contained in:
parent
2669e39d88
commit
51f2b38f24
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue