From owner-cvs-ports@FreeBSD.ORG Tue Jun 5 17:47:03 2012 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 771DC10657EA; Tue, 5 Jun 2012 17:47:03 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1D4638FC1B; Tue, 5 Jun 2012 17:47:01 +0000 (UTC) Received: by laai10 with SMTP id i10so5083011laa.13 for ; Tue, 05 Jun 2012 10:47:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=oTcZnr5Ht+2i1Zvsk7ydK5nSb8T9cMna0MVtNHgyr+s=; b=Emf8ZdkhrvMNwvWpiiQKmzuNz64IODGv7ONS463c7p1mPZ9Gq1p6B5Wnev4T77dJ3m g2KqlcXXtC7HIlAN+UQfCHQAY5F43/Gbcn6LBI5skOkatsFoVahwta6YlVuDLbWJJphZ 3wrETu4eYvsDAxjpT7ZdELMKrC7b+ITBBocgsdaG219gtG3sh73i4cXbqz3tBGRG6z9/ 57LRJ9SKgbjWUM15wyjiOuNh5w2MyX1bsrIfTxEKCNfSWTmf5JiB1gxFFZrZX0m2mXtI jXU7SArjuwodFRWhGamdwAt0llmZUix8+eCdpNf2Wb8dUfd0Q14CpkmFbZjg84ay9Kfc mcqA== Received: by 10.152.102.234 with SMTP id fr10mr18144663lab.32.1338918420722; Tue, 05 Jun 2012 10:47:00 -0700 (PDT) Received: from Dmitrys-MacBook-Pro.local (ip-95-221-96-196.bb.netbynet.ru. [95.221.96.196]) by mx.google.com with ESMTPS id pp2sm3582652lab.3.2012.06.05.10.46.58 (version=SSLv3 cipher=OTHER); Tue, 05 Jun 2012 10:46:59 -0700 (PDT) Message-ID: <4FCE4610.20700@gmail.com> Date: Tue, 05 Jun 2012 21:46:56 +0400 From: Dmitry Sivachenko User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Doug Barton References: <201206051112.q55BCYCn048821@repoman.freebsd.org> <4FCE3DD6.8030702@FreeBSD.org> In-Reply-To: <4FCE3DD6.8030702@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Alex Kozlov Subject: Re: cvs commit: ports/net/haproxy-devel/files haproxy.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, 05 Jun 2012 17:47:03 -0000 On 6/5/12 9:11 PM, Doug Barton wrote: > The way that's properly written for rc.d would be to replace the 2 lines > with this one line: > > err 1 "No process found. Maybe $command isn't running?" > > Other notes, > > 1. The files need a $FreeBSD$ > 2. REQUIRE: LOGIN is a better choice, but if there is a reason for them > to run earlier, that's Ok. > > Thanks for taking a look at these. I committed the changes you suggested, thanks for your tips.