--- 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) {