1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/databases/msql/files/patch-al

12 lines
317 B
Plaintext
Raw Normal View History

--- 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)sprintf(path,"%s/msql.acl",
+ (void)sprintf(path,"%s/etc/msql2/msql.acl",
(char *)msqlGetCharConf("general", "inst_dir"));
fp = fopen(path,"r");
if (!fp)