blob: b4d54537c56da1e6f34d058db200f04d2750e1f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/msql/msqld.c.orig Thu Aug 19 07:33:20 1999
+++ src/msql/msqld.c Sat Jan 27 07:45:13 2001
@@ -749,7 +749,7 @@
#endif
#if defined(_OS_UNIX)
{
- snprintf(confFile,sizeof(confFile),"%s/msql.conf", INST_DIR);
+ snprintf(confFile,sizeof(confFile),"%s/etc/msql2/msql.conf", INST_DIR);
}
#endif
printf("\tLoading configuration from '%s'.\n",confFile);
|