1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge production.mysql.com:/usersnfs/jperkin/bk/trees/build-gca/mysql-5.1

into  production.mysql.com:/usersnfs/jperkin/bk/trees/51/mysql-5.1
This commit is contained in:
unknown
2007-09-07 17:46:31 +02:00

View File

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