summaryrefslogtreecommitdiff
path: root/databases/msql/files/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'databases/msql/files/patch-al')
-rw-r--r--databases/msql/files/patch-al11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/msql/files/patch-al b/databases/msql/files/patch-al
new file mode 100644
index 000000000000..8f747eb3e3fc
--- /dev/null
+++ b/databases/msql/files/patch-al
@@ -0,0 +1,11 @@
+--- 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)
+ {