From owner-freebsd-rc@FreeBSD.ORG Wed Nov 30 18:45:31 2011 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D04F51065670 for ; Wed, 30 Nov 2011 18:45:31 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6716E8FC14 for ; Wed, 30 Nov 2011 18:45:31 +0000 (UTC) Received: by faak28 with SMTP id k28so1137171faa.13 for ; Wed, 30 Nov 2011 10:45:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=KcXDrtDO4a8xDLCOYUsn/tuzIg2/eMxL57w+J2B2mfs=; b=eYscrMciNmDWVwakeTYdK3A7Vwf/VpeBLm/JNLi2MTqi85KZs63BMpj7b3VXDTWUcC gkMiBAMY/aKEUYSXwJMjchneJ+c4No0ZsQA12O6slMcc4Djfgk2moo3pj0iszbm7NSg9 /FBX4wJQYfRaDE0yZ57XX1YTVZZIJ8HlkKmQQ= Received: by 10.180.109.106 with SMTP id hr10mr3451246wib.9.1322676943116; Wed, 30 Nov 2011 10:15:43 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.216.181.197 with HTTP; Wed, 30 Nov 2011 10:15:12 -0800 (PST) In-Reply-To: <4ED66DCB.1040102@yandex.ru> References: <4ED66DCB.1040102@yandex.ru> From: Chris Rees Date: Wed, 30 Nov 2011 18:15:12 +0000 X-Google-Sender-Auth: UyeFOs9MVa-fLi7ESP0IwncHkDk Message-ID: To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=KOI8-R Cc: freebsd-rc@freebsd.org Subject: Re: rc-script review request X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 18:45:31 -0000 On 30 November 2011 17:54, Ruslan Mahmatkhanov wrote: > Hello. > > I'm planning to finish repocopy of www/zope213 this evening. Would you > please review rc-script that is supplied with it [1]? > > I get this one from www/zope211 and minimally changed it, and as far i > can tell dougb@ was the last person who touched it, so it should be ok, > but i'm asking for review just for the case. > > I'm attached the script in question and provide the link to it for the > case if mailmain will eat it. > > Thank you much in advance. I could get yelled at for this, but normally I'd prefer: start_cmd="${name}_start" over start_cmd="zope213_start". Chris