blob: 6e64dbc12862407cfd1ceca586c414d09b7f14a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/msql/acl.c.orig Sat Jun 14 20:42:23 1997
+++ src/msql/acl.c Thu Jul 10 13:51:07 1997
@@ -114,7 +114,7 @@
/*
** Open the acl file
*/
- (void)snprintf(path,MAXPATHLEN,"%s/msql.acl",
+ (void)snprintf(path,MAXPATHLEN,"%s/etc/msql2/msql.acl",
(char *)msqlGetCharConf("general", "inst_dir"));
fp = fopen(path,"r");
if (!fp)
|