1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Use @HOSTNAME@ instead of hardcoded /bin/hostname.

This commit is contained in:
tim@localhost.polyesthetic.msg
2000-08-09 14:57:59 -04:00
parent c6c775c982
commit 621c7db2f7
3 changed files with 10 additions and 11 deletions

View File

@ -56,11 +56,11 @@ else
ledir=@libexecdir@
fi
pid_file=$DATADIR/`/bin/hostname`.pid
pid_file=$DATADIR/`@HOSTNAME@`.pid
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@
MYSQL_TCP_PORT=@MYSQL_TCP_PORT@
log=$DATADIR/`/bin/hostname`.log
err_log=$DATADIR/`/bin/hostname`.err
log=$DATADIR/`@HOSTNAME@`.log
err_log=$DATADIR/`@HOSTNAME@`.err
user=@MYSQLD_USER@
# Get first arguments from the my.cfg file, groups [mysqld] and [safe_mysqld]