From bc9039185bb27e00f9bfb5ee04d36625caf9c634 Mon Sep 17 00:00:00 2001 From: Andrei Ismail Date: Wed, 9 Sep 2015 00:50:11 +0300 Subject: [PATCH] #375 Clean-up equivs control template for ProxySQL --- scenarios/ubuntu-14.04-build/proxysql.ctl | 24 ++++++----------------- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/scenarios/ubuntu-14.04-build/proxysql.ctl b/scenarios/ubuntu-14.04-build/proxysql.ctl index a536ee9c4..d4f9d8a76 100644 --- a/scenarios/ubuntu-14.04-build/proxysql.ctl +++ b/scenarios/ubuntu-14.04-build/proxysql.ctl @@ -1,32 +1,20 @@ -### Commented entries have reasonable defaults. -### Uncomment to edit them. -# Source: Section: misc Priority: optional -# Homepage: +Homepage: http://www.proxysql.com Standards-Version: 3.9.2 Package: proxysql Version: 0.3 Maintainer: Rene Cannao -# Pre-Depends: -# Depends: -# Recommends: -# Suggests: -# Provides: -# Replaces: -# Architecture: all -# Copyright: -# Changelog: -# Readme: -# Extra-Files: +Architecture: all +Changelog: CHANGELOG.md +# Readme: README.md Files: proxysql /opt/proxysql proxysql.cfg /etc -# Description: High performance MySQL proxy - long description and info + ProxySQL is a fast, reliable MySQL proxy with advanced runtime configuration management (virtually no configuration change requires a restart). . - second paragraph + It features query routing, query caching, query rewriting (for queries generated by ORMs, for example) and is most of the time a drop-in replacement for mysqld from the point of view of the application. It can be configured and remote controlled through an SQL-compatible admin interface. File: postinst #!/bin/sh -e mkdir -p /var/run/proxysql \ No newline at end of file