From owner-svn-src-head@freebsd.org Thu Apr 19 15:17:35 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BD71F83039; Thu, 19 Apr 2018 15:17:35 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 076296A753; Thu, 19 Apr 2018 15:17:35 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-vk0-f52.google.com (mail-vk0-f52.google.com [209.85.213.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id DF3FD20643; Thu, 19 Apr 2018 15:17:34 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-vk0-f52.google.com with SMTP id d9so3404655vka.4; Thu, 19 Apr 2018 08:17:34 -0700 (PDT) X-Gm-Message-State: ALQs6tD/vIq0qA4vAf/Dfm2Af0GniakSEY9hUUDVWQVZIC4CiLXG+FEP 0zWJHil3OIkeQsnpoZZ6+++v8O78t113JX05ZR0= X-Google-Smtp-Source: AIpwx4/IHt4xgu2PAErBJcdTMd4PNprXhwMfPaIDIlqX4fncWW+sG6SGNk6c2EmPVQkdO/SvH8zMTzlaU4eJsVZ7o90= X-Received: by 10.31.124.131 with SMTP id x125mr4680484vkc.28.1524151054544; Thu, 19 Apr 2018 08:17:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.54.12 with HTTP; Thu, 19 Apr 2018 08:17:14 -0700 (PDT) In-Reply-To: <201804191516.w3JFG99V066371@pdx.rh.CN85.dnsmgr.net> References: <201804191502.w3JF2sgQ051472@repo.freebsd.org> <201804191516.w3JFG99V066371@pdx.rh.CN85.dnsmgr.net> From: Kyle Evans Date: Thu, 19 Apr 2018 10:17:14 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r332773 - head/etc/rc.d To: "Rodney W. Grimes" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2018 15:17:35 -0000 On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes wrote: >> Author: kevans >> Date: Thu Apr 19 15:02:53 2018 >> New Revision: 332773 >> URL: https://svnweb.freebsd.org/changeset/base/332773 >> >> Log: >> Fix ddb rc script >> >> r288291 added a call to limits(1), which isn't available before partitions >> are mounted. This broke the ddb rc script, which does not provide its own >> start_cmd. >> >> Alleviate the situation here by providing a start_cmd. We still have other >> problems with diskless setups that need to be considered, but this is a >> start. > > Thanks, > Also didn't cy identify a second one of these? > Or am I confusing yet another issue? > He identified a second early script that didn't specify start_cmd, but it was a non-issue because it's invoked independently of rc.subr.