diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 12:53:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 12:53:55 +0000 |
commit | 7161a29dcfd214749b78e5f32763614736e2fef7 (patch) | |
tree | 5778879abfd4c5214bbcefa100a0c68ba3184f8a /databases/msql3/files/patch-acl.c | |
parent | - Fix plist (diff) |
Remove non staged ports without pending PR from databases
Notes
Notes:
svn path=/head/; revision=366869
Diffstat (limited to 'databases/msql3/files/patch-acl.c')
-rw-r--r-- | databases/msql3/files/patch-acl.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/msql3/files/patch-acl.c b/databases/msql3/files/patch-acl.c deleted file mode 100644 index cbf21199540a..000000000000 --- a/databases/msql3/files/patch-acl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |