summaryrefslogtreecommitdiff
path: root/databases/msql3/files/patch-al
blob: e982bc5dd98a73afc98f7f7e60089300141f23b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/msql/acl.c.orig	Mon Mar 17 13:54:34 1997
+++ src/msql/acl.c	Mon Mar 17 13:54:57 1997
@@ -111,7 +111,7 @@
 	/*
 	** Open the acl file
 	*/
-	(void)sprintf(path,"%s/msql.acl", (char *)msqlGetCharConf("inst_dir"));
+	(void)sprintf(path,"%s/etc/msql2/msql.acl", (char *)msqlGetCharConf("inst_dir"));
 	fp = fopen(path,"r");
 	if (!fp)
 	{