Date: Thu, 26 May 2011 06:34:32 GMT From: Andrei Lavreniyuk <andy.lavr@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/157332: [PATCH] databases/mysql-proxy: cannot start (add new command_args) Message-ID: <201105260634.p4Q6YW6Q086868@red.freebsd.org> Resent-Message-ID: <201105260640.p4Q6eAt3035361@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 157332 >Category: ports >Synopsis: [PATCH] databases/mysql-proxy: cannot start (add new command_args) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 26 06:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 8.2-STABLE >Organization: Technica-03, Inc. >Environment: FreeBSD datacenter.technica-03.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Tue May 17 14:55:42 EEST 2011 root@datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP64 amd64 >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: --- mysql-proxy.orig 2011-05-19 13:10:32.000000000 +0300 +++ mysql-proxy.in 2011-05-26 09:09:37.736082105 +0300 @@ -46,7 +46,7 @@ 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_user_name} --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" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105260634.p4Q6YW6Q086868>