From owner-freebsd-rc@FreeBSD.ORG Thu Dec 1 08:01:54 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 3F0AC106566C for ; Thu, 1 Dec 2011 08:01:54 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id C61338FC13 for ; Thu, 1 Dec 2011 08:01:53 +0000 (UTC) Received: by bkat2 with SMTP id t2so2118852bka.13 for ; Thu, 01 Dec 2011 00:01:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=2HVweyh5smR+fx95Uizg62LPuguXr74VdGa6ysnxhm8=; b=aJuJPULDBio8PKc/v2gswqlX53jFNLWRxFtV8/lOffJDLmflMJ6MzhQffkvvGcQfld e/nG5YTIzABfCwPcTjPraVv1TR8jlZtXi6BHhKsbMBTb5PmnghurQRSscpCTgyxozCgr wSsNOEM2IAGFid0oKvlFbpRfmX2aBgywMF3rU= Received: by 10.204.157.27 with SMTP id z27mr5915739bkw.37.1322724913738; Wed, 30 Nov 2011 23:35:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.161.195 with HTTP; Wed, 30 Nov 2011 23:34:42 -0800 (PST) In-Reply-To: <4ED71CE1.2010101@FreeBSD.org> References: <4ED66DCB.1040102@yandex.ru> <4ED67B8F.50109@yandex.ru> <4ED6BE87.4060408@FreeBSD.org> <4ED71CE1.2010101@FreeBSD.org> From: Eitan Adler Date: Thu, 1 Dec 2011 02:34:42 -0500 Message-ID: To: Doug Barton Content-Type: text/plain; charset=UTF-8 Cc: Garrett Cooper , freebsd-rc@freebsd.org, Ruslan Mahmatkhanov 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: Thu, 01 Dec 2011 08:01:54 -0000 On Thu, Dec 1, 2011 at 1:21 AM, Doug Barton wrote: > Seriously though, I've thought about it, but the problem is that the > number of variables is really high, and unlike port Makefiles there are > very few standard elements that exist in a predetermined order. > > OTOH, I'd be happy to be proven wrong. Perhaps you (or others) could create a wiki page of common rc issues? Even if we don't have a script that automatically verifies the rc script, having a checklist is useful. -- Eitan Adler