mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
3e63e19182
Added patch to fix mislocation of mSQL's ACL file.
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
--- src/msql/acl.c.orig Mon Mar 17 13:54:34 1997
|
|
+++ src/msql/acl.c Mon Mar 17 13:54:57 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)
|
|
{
|