ports/databases/msql3/files/patch-acl.c
Sergey Matveychuk 6311c6abba Add patches forgoten with previous commit.
Approved by:	krion (mentor) (implicit)
2004-07-17 21:25:50 +00:00

11 lines
361 B
C

--- src/msqld/main/acl.c.old Tue May 4 17:41:51 2004
+++ src/msqld/main/acl.c Tue May 4 17:42:14 2004
@@ -304,7 +304,7 @@
/*
** Open the acl file
*/
- (void)snprintf(path,MSQL_PATH_LEN,"%s/msql.acl",
+ (void)snprintf(path,MSQL_PATH_LEN,"%s/etc/msql3/msql.acl",
(char *)configGetCharEntry("general", "inst_dir"));
fp = fopen(path,"r");
if (!fp)