diff options
author | jperkin@production.mysql.com <> | 2007-08-24 16:40:26 +0200 |
---|---|---|
committer | jperkin@production.mysql.com <> | 2007-08-24 16:40:26 +0200 |
commit | 501a930dc6f8efe2b146ca7456aa39a5b02c7477 (patch) | |
tree | d3e1276bf47a97ebe12355c9ee44d29ba090b644 /scripts/mysqld_safe.sh | |
parent | 9e33d39aebdc8d1d9f3764ee01fc15ed754c3b7e (diff) | |
download | mariadb-git-501a930dc6f8efe2b146ca7456aa39a5b02c7477.tar.gz |
Finish up last syslog -> want_syslog change missed in r1.91,
fixing bug#30624
Diffstat (limited to 'scripts/mysqld_safe.sh')
-rw-r--r-- | scripts/mysqld_safe.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |