From e9405739671644f0eff702b66212cadcd7703b19 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 29 May 2011 21:54:14 +0000 Subject: - Fix rc script PR: ports/157332 Submitted by: Andrei Lavreniyuk --- databases/mysql-proxy/Makefile | 2 +- databases/mysql-proxy/files/mysql-proxy.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/mysql-proxy') diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index e9c351768f54..89859083d7fe 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -7,7 +7,7 @@ PORTNAME= mysql-proxy PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-Proxy diff --git a/databases/mysql-proxy/files/mysql-proxy.in b/databases/mysql-proxy/files/mysql-proxy.in index 0d904ab5d325..c68b49d6268d 100644 --- a/databases/mysql-proxy/files/mysql-proxy.in +++ b/databases/mysql-proxy/files/mysql-proxy.in @@ -46,7 +46,7 @@ done pidfile="${mysql_proxy_pid_file}" command=%%PREFIX%%/libexec/mysql-proxy -command_args="--admin-address=${mysql_proxy_admin_address} --proxy-address=${mysql_proxy_address} ${proxy_backend_addresses} ${mysql_proxy_args} --daemon --pid-file=${mysql_proxy_pid_file}" +command_args="--admin-username=${mysql_proxy_admin_username} --admin-password=${mysql_proxy_admin_password} --admin-lua-script=${mysql_proxy_admin_lua_scripts} --admin-address=${mysql_proxy_admin_address} --proxy-address=${mysql_proxy_address} ${proxy_backend_addresses} ${mysql_proxy_args} --daemon --pid-file=${mysql_proxy_pid_file}" procname=%%PREFIX%%/libexec/mysql-proxy run_rc_command "$1" -- cgit v1.2.3