summaryrefslogtreecommitdiff
path: root/databases/msql/files/patch-ai
blob: ea8cb20cd06a4f3922c8cc8c926cd5ff3ab83058 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/msql/msqld.c.orig	Mon Jan 13 10:16:03 1997
+++ src/msql/msqld.c	Sun Jan 19 14:12:08 1997
@@ -506,7 +506,7 @@
 
 	if (*confFile == 0)
 	{
-		sprintf(confFile,"%s/msql.conf", INST_DIR);
+		sprintf(confFile,"%s/etc/msql2/msql.conf", INST_DIR);
 	}
 	printf("Loading configuration from '%s'.\n",confFile);
 	msqlLoadConfigFile(confFile);