diff options
author | petr@mysql.com <> | 2006-02-10 02:15:55 +0300 |
---|---|---|
committer | petr@mysql.com <> | 2006-02-10 02:15:55 +0300 |
commit | 1c7bc08537c1e5bb29bbe95ba80c18f168a323a3 (patch) | |
tree | 873eae3039ba877792e7071a79a4eb336c9e5e61 /server-tools/instance-manager/Makefile.am | |
parent | 0766fb3a53d6e4e068a403ab2cb4588514337187 (diff) | |
download | mariadb-git-1c7bc08537c1e5bb29bbe95ba80c18f168a323a3.tar.gz |
a bunch of IM fixes from the GUI team
Diffstat (limited to 'server-tools/instance-manager/Makefile.am')
-rw-r--r-- | server-tools/instance-manager/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/server-tools/instance-manager/Makefile.am b/server-tools/instance-manager/Makefile.am index 7449735f0bf..5b9690322aa 100644 --- a/server-tools/instance-manager/Makefile.am +++ b/server-tools/instance-manager/Makefile.am @@ -30,11 +30,9 @@ liboptions_a_CXXFLAGS= $(CXXFLAGS) \ -DDEFAULT_PID_FILE_NAME="$(localstatedir)/mysqlmanager.pid" \ -DDEFAULT_LOG_FILE_NAME="$(localstatedir)/mysqlmanager.log" \ -DDEFAULT_SOCKET_FILE_NAME="/tmp/mysqlmanager.sock" \ - -DDEFAULT_PASSWORD_FILE_NAME="$(sysconfdir)/mysqlmanager.passwd" \ + -DDEFAULT_PASSWORD_FILE_NAME="/etc/mysqlmanager.passwd" \ -DDEFAULT_MYSQLD_PATH="$(libexecdir)/mysqld$(EXEEXT)" \ - -DDEFAULT_MONITORING_INTERVAL="20" \ - -DDEFAULT_PORT="2273" \ - -DDEFAULT_CONFIG_FILE="/etc/my.cnf" \ + -DDEFAULT_CONFIG_FILE="/etc/my.cnf" \ -DPROTOCOL_VERSION=@PROTOCOL_VERSION@ liboptions_a_SOURCES= options.h options.cc priv.h priv.cc |