mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
5721ef1cbd
* Fix some options in msql.conf PR: ports/88069 Submitted by: Andrey Slusar (maintainer) Reported by: Terry Kennedy <terry at tmk.com>
12 lines
401 B
C
12 lines
401 B
C
--- src/msqld/main/main_broker.c.old Wed Oct 26 22:07:31 2005
|
|
+++ src/msqld/main/main_broker.c Wed Oct 26 22:08:53 2005
|
|
@@ -1391,7 +1391,7 @@
|
|
|
|
if (*confFile == 0)
|
|
{
|
|
- snprintf(confFile,sizeof(confFile),"%s/msql.conf", INST_DIR);
|
|
+ snprintf(confFile,sizeof(confFile),"%s/etc/msql3/msql.conf", INST_DIR);
|
|
}
|
|
printf("\tLoading configuration from '%s'.\n",confFile);
|
|
configLoadFile(confFile);
|