From owner-svn-src-head@freebsd.org Wed Apr 5 22:26:46 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0352DD30824; Wed, 5 Apr 2017 22:26:46 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id C2AD1E52; Wed, 5 Apr 2017 22:26:45 +0000 (UTC) (envelope-from des@des.no) Received: from desk.des.no (smtp.des.no [194.63.250.102]) by smtp.des.no (Postfix) with ESMTP id 27F2DDDFA; Wed, 5 Apr 2017 22:26:44 +0000 (UTC) Received: by desk.des.no (Postfix, from userid 1001) id 71A7A4A14; Thu, 6 Apr 2017 00:26:42 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Cy Schubert Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r316487 - head/etc References: <201704050305.v3535VE2006000@slippy.cwsent.com> Date: Thu, 06 Apr 2017 00:26:40 +0200 In-Reply-To: <201704050305.v3535VE2006000@slippy.cwsent.com> (Cy Schubert's message of "Tue, 04 Apr 2017 20:05:31 -0700") Message-ID: <861st64hjz.fsf@desk.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 05 Apr 2017 22:26:46 -0000 Cy Schubert writes: > This patch caused some boot failures because the contents of rc_force wer= e=20 > redefined from "yes" (for yes) and NULL (for no) to the words "yes" and=20 > "no". This in turn caused etc/rc.d/dhclient to assume force when $rc_forc= e=20 > was not NULL (test -z failed). Interfaces with static IP addresses invoke= d=20 > rc.d/dhclient through devd. The attached patch should make all instances= =20 > $rc_force consistent with your change. Yes, I just realized. I committed the wrong version of the patch. I had a version in a different tree which added check_force etc. functions. Could you please revert? I'd like to spend a little more time making sure I get everything right. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no