diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-08-20 23:04:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-08-20 23:04:52 +0000 |
commit | 542f24d05c2851fc85a7b4f43d9a8dbb0134f841 (patch) | |
tree | 4fa63169c7c88d30a893b6fe4f8c9696ae5b13a8 /databases/percona55-client/files/patch-mysys_default.c | |
parent | Remove abandoned repocopy. Now that we have switched to svn, abandoned (diff) |
Remove abandoned repocopies of percona55-*. Now that we are on svn, it
makes no sense to leave repocopy artifacts lying around.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=302835
Diffstat (limited to 'databases/percona55-client/files/patch-mysys_default.c')
-rw-r--r-- | databases/percona55-client/files/patch-mysys_default.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/databases/percona55-client/files/patch-mysys_default.c b/databases/percona55-client/files/patch-mysys_default.c deleted file mode 100644 index 816105371bdf..000000000000 --- a/databases/percona55-client/files/patch-mysys_default.c +++ /dev/null @@ -1,31 +0,0 @@ ---- mysys/default.c.orig 2010-11-02 23:01:13.000000000 +0100 -+++ mysys/default.c 2010-11-10 16:39:51.000000000 +0100 -@@ -70,7 +70,7 @@ - - /* Which directories are searched for options (and in which order) */ - --#define MAX_DEFAULT_DIRS 6 -+#define MAX_DEFAULT_DIRS 7 - #define DEFAULT_DIRS_SIZE (MAX_DEFAULT_DIRS + 1) /* Terminate with NULL */ - static const char **default_directories = NULL; - -@@ -711,7 +711,7 @@ - { - MY_STAT stat_info; - if (!my_stat(name,&stat_info,MYF(0))) -- return 1; -+ return 0; - /* - Ignore world-writable regular files. - This is mainly done to protect us to not read a file created by -@@ -1153,7 +1153,10 @@ - - #if defined(DEFAULT_SYSCONFDIR) - if (DEFAULT_SYSCONFDIR[0]) -+ { - errors += add_directory(alloc, DEFAULT_SYSCONFDIR, dirs); -+ errors += add_directory(alloc, DEFAULT_SYSCONFDIR "/mysql", dirs); -+ } - #endif /* DEFAULT_SYSCONFDIR */ - - #endif |