summaryrefslogtreecommitdiff
path: root/databases/msql/files/patch-al
blob: 8f747eb3e3fcb48ee23b9617fc5abe28efc84bc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/msql/acl.c.orig	Sun Jan 19 14:19:11 1997
+++ src/msql/acl.c	Sun Jan 19 14:19:44 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)
 	{