From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/3] CLD: use "auto" keyword Date: Wed, 30 Sep 2009 17:35:20 -0400 Message-ID: <4AC3CF18.3010402@garzik.org> References: <20090929153434.620478af@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090929153434.620478af@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 09/29/2009 05:34 PM, Pete Zaitcev wrote: > The current implementation of automatic listening ports was configured > implicitly by adding clause. This turned out to be a silly > idea. A special keyword for is more convenient. See how much > nicer the test/start-daemon script looks now. > > The configuration is not strictly speaking compatible, but since > nobody should be using auto ports in production anyway, impact on > installations should be nil. Builds are interdependent though. > > Signed-off-by: Pete Zaitcev applied