From owner-freebsd-rc@FreeBSD.ORG Fri Apr 29 19:52:34 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 63BAA106566B; Fri, 29 Apr 2011 19:52:34 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id C5E2C8FC18; Fri, 29 Apr 2011 19:52:33 +0000 (UTC) Received: by eyg7 with SMTP id 7so1561532eyg.13 for ; Fri, 29 Apr 2011 12:52:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=iF1bNhhxm7G6gDy/c39OZxiClA1Eb/6kDo3L427BiU8=; b=rNNkOf5mBCpmoMcHabCwbgyp1ZKv8VXz6n6XpIx+/lDBbhO2iG+36aoFJOJA6o6RNQ +/ot3MUZxEBGUioIy2kSWvLzh8rAwT5TUGaJP+++lHyfwmKT77VqeLkUU/CymJUpj6Nt tRkuREmN1KL6P65pb2TIh4EJjSZhwE2TXlN/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UVnD/hRXydGghl247NJfF8C+FEsXdlqbikOwg56Z8TowSPY66mbbBlJyQt070du/cl 4pS0uwm5KQDWKkDHWKeoDXWUxAUZhrwyMvpa+gsezyx8EUH3333pBEQF10VwthkgiH3Y si4IQQLPc8XOIjQq+DDw4WRgaF3kQPc0F4BWY= MIME-Version: 1.0 Received: by 10.213.100.197 with SMTP id z5mr384217ebn.111.1304106752419; Fri, 29 Apr 2011 12:52:32 -0700 (PDT) Received: by 10.213.35.70 with HTTP; Fri, 29 Apr 2011 12:52:32 -0700 (PDT) In-Reply-To: <4DBB09FA.1040108@FreeBSD.org> References: <4DBB01D9.2060805@FreeBSD.org> <4DBB09FA.1040108@FreeBSD.org> Date: Fri, 29 Apr 2011 15:52:32 -0400 Message-ID: From: Ryan Stone To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-rc@freebsd.org Subject: Re: rc.d scripts can be missed if they aren't ordered with respect to the early-late divider 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: Fri, 29 Apr 2011 19:52:34 -0000 rcorder accepts a -s option to have it skip a file and not print it. Would it make sense to instead use that to filter out the scripts that have already run, or are there other consequences of the -s that we don't want?