summaryrefslogtreecommitdiff
path: root/databases/msql/files/patch-al
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-07-14 12:35:19 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-07-14 12:35:19 +0000
commitf02845aa730d1c6cbf7385fbfd96dd20bc89a09e (patch)
tree49d982e6e567f16fe07b5fc1eca97d1be7755610 /databases/msql/files/patch-al
parentUpgrade, 0.59f -> 0.59k. (diff)
Merge from msql-beta as of 1/21/97
Notes
Notes: svn path=/head/; revision=7309
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)
+ {