From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 2/3] chunkd: use "auto" keyword Date: Wed, 30 Sep 2009 17:53:22 -0400 Message-ID: <4AC3D352.30907@garzik.org> References: <20090929154001.096abc3a@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090929154001.096abc3a@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:40 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. Also, we do not > need to use /dev/null in anymore. > > The configuration is not strictly speaking compatible, but since > nobody should be using auto ports in production anyway, impact on > installations should be nil. But this must be built after the support > for "-p auto" is added to CLD. > > Signed-off-by: Pete Zaitcev applied, sans the extraneous patch of start-daemon.real