diff options
author | mtaylor@qualinost.(none) <> | 2006-12-15 18:04:09 -0800 |
---|---|---|
committer | mtaylor@qualinost.(none) <> | 2006-12-15 18:04:09 -0800 |
commit | d194a83b970823407f11c414f17ed9c075e51489 (patch) | |
tree | bc709fc2a702505915a093a279de960e40298503 /server-tools | |
parent | ca0f2e85ccfb43de4dd93c5f1bab39f4574ecbb4 (diff) | |
download | mariadb-git-d194a83b970823407f11c414f17ed9c075e51489.tar.gz |
Changed config of mysqlmanager to use my.cnf search path.
Diffstat (limited to 'server-tools')
-rw-r--r-- | server-tools/instance-manager/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tools/instance-manager/Makefile.am b/server-tools/instance-manager/Makefile.am index 2d2365caa44..59447e8d369 100644 --- a/server-tools/instance-manager/Makefile.am +++ b/server-tools/instance-manager/Makefile.am @@ -33,7 +33,7 @@ liboptions_la_CXXFLAGS= $(CXXFLAGS) \ -DDEFAULT_SOCKET_FILE_NAME="/tmp/mysqlmanager.sock" \ -DDEFAULT_PASSWORD_FILE_NAME="/etc/mysqlmanager.passwd" \ -DDEFAULT_MYSQLD_PATH="$(libexecdir)/mysqld$(EXEEXT)" \ - -DDEFAULT_CONFIG_FILE="/etc/my.cnf" \ + -DDEFAULT_CONFIG_FILE="my.cnf" \ -DPROTOCOL_VERSION=@PROTOCOL_VERSION@ liboptions_la_SOURCES= options.h options.cc priv.h priv.cc |