From owner-cvs-ports@FreeBSD.ORG Tue Sep 27 13:43:17 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB480106566C; Tue, 27 Sep 2011 13:43:17 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 897B78FC0C; Tue, 27 Sep 2011 13:43:17 +0000 (UTC) Received: from mouf.net (www@localhost [127.0.0.1]) by mouf.net (8.14.4/8.14.4) with ESMTP id p8RDfhv9058250; Tue, 27 Sep 2011 09:41:44 -0400 (EDT) (envelope-from swills@mouf.net) Received: from 198.85.229.5 (SquirrelMail authenticated user swills) by mouf.net with HTTP; Tue, 27 Sep 2011 09:41:44 -0400 Message-ID: <966de8935a4a6400073c01cdc22822cf.squirrel@mouf.net> In-Reply-To: <4E80488D.8060000@FreeBSD.org> References: <201109181958.p8IJwFfZ062133@repoman.freebsd.org> <4E7EBF4C.90205@FreeBSD.org> <4E7FEE06.9050305@FreeBSD.org> <4E80488D.8060000@FreeBSD.org> Date: Tue, 27 Sep 2011 09:41:44 -0400 From: swills@mouf.net To: "Doug Barton" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mouf.net [127.0.0.1]); Tue, 27 Sep 2011 09:41:45 -0400 (EDT) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: Steve Wills , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/mysql-proxy Makefile distinfo pkg-plist ports/databases/mysql-proxy/files mysql-proxy.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 13:43:17 -0000 > It's not that exactly, it's related to the order in which the variables > are evaluated when rc runs the script. command_args is evaluated first > (at which point ${proxy_backend_addresses} is empty), and then > run_rc_command starts running the routines for start, including > start_precmd and start_cmd. Ah, I see. > The attached works, please test. > Works great. Committed. Thanks! Steve