From 2098bddecf9ada7c5808b965936ffe250b1101ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 11 Dec 2018 14:51:15 +0100 Subject: dev-db/mysql-proxy: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/629676 Signed-off-by: Michał Górny --- dev-db/mysql-proxy/files/mysql-proxy.cnf | 47 -------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 dev-db/mysql-proxy/files/mysql-proxy.cnf (limited to 'dev-db/mysql-proxy/files/mysql-proxy.cnf') diff --git a/dev-db/mysql-proxy/files/mysql-proxy.cnf b/dev-db/mysql-proxy/files/mysql-proxy.cnf deleted file mode 100644 index 7d15674f6b9d..000000000000 --- a/dev-db/mysql-proxy/files/mysql-proxy.cnf +++ /dev/null @@ -1,47 +0,0 @@ -# MySQL Proxy's configuration file (mysql-proxy.cnf) -# This file must be 0660 or more restrictive -# otherwise mysql-proxy will refuse to load -[mysql-proxy] -#basedir = ... -#daemon = true -#defaults-file = ... -#event-threads = ... -keepalive = true -log-backtrace-on-crash = true -log-file = /var/log/mysql/mysql-proxy.log -log-level = warning -#log-use-syslog = true -#lua-cpath = ... -#lua-path = ... -#max-open-files = ... -pid-file = /var/run/mysql-proxy.pid -#plugin-dir = ... -#plugins = admin,proxy,debug,replicant -#plugins = admin,proxy -plugins = proxy -#user = ... - -# module: admin -admin-address = 127.0.0.1:4041 -#admin-lua-script = ... -#admin-password = ... -#admin-username = ... - -# module: proxy -#no-proxy = false -proxy-address = 127.0.0.1:4040 -proxy-backend-addresses = 127.0.0.1:3306 -proxy-fix-bug-25371 = false -#proxy-lua-script = ... -#proxy-pool-no-change-user = ... -#proxy-read-only-backend-addresses = ... -proxy-skip-profiling = false - -# module: replicant -#replicant-master-address = ... -#replicant-username = ... -#replicant-password = ... -#replicant-read-binlogs = ... - -# module: debug -debug-address = 127.0.0.1:4043 -- cgit v1.2.3