1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/databases/msql3/files/patch-al
Thomas Gellekum 8c996bfeee Upgrade to 2.0.3; James seems to be busy at the moment.
PR:		4769
Submitted by:	Mikhail Teterin <mi@aldan.ziplink.net>
1998-02-13 10:54:49 +00:00

12 lines
341 B
Plaintext

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