Changed install path to /usr/local/mariadb-maxscale

This commit is contained in:
Markus Makela
2015-03-23 20:12:56 +02:00
parent d07a188493
commit da406db292
28 changed files with 51 additions and 51 deletions

View File

@ -109,7 +109,7 @@ char* get_maxscale_home(void)
char* home = getenv("MAXSCALE_HOME");
if (home == NULL)
{
home = "/usr/local/mariadb/maxscale";
home = "/usr/local/mariadb-maxscale";
}
return home;
}
@ -118,7 +118,7 @@ char* get_maxscale_home(void)
/**
* Load the dynamic library related to a gateway module. The routine
* will look for library files in the current directory,
* $MAXSCALE_HOME/modules and /usr/local/mariadb/maxscale/modules.
* $MAXSCALE_HOME/modules and /usr/local/mariadb-maxscale/modules.
*
* @param module Name of the module to load
* @param type Type of module, used purely for registration