From owner-svn-src-head@freebsd.org Sun Jul 29 03:10:06 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 686F010464A1 for ; Sun, 29 Jul 2018 03:10:06 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1753D8DC4A; Sun, 29 Jul 2018 03:10:06 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 894BE21A21; Sat, 28 Jul 2018 23:10:05 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Sat, 28 Jul 2018 23:10:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=ws5jqR SRYfWSKLviQ/hOnvTvAKhEoPR0E4kzlx3UEKU=; b=eEG2Y5S37VVTc03C4lr7Nh ChZ2YiiScPWiKz3oxaTPa3c1SrNWz6MRKPmixVlfOALJSPGCJm6c5NaaC0jqK+WO 2A5lww6HFzTyulC53SNBFe65QbvS8QZqj0Nuefcziyux20+1GV5AJpsRkCDYafI4 kCMDxS22q8I/rZ9k5P3t6YHJSWA+F3VYl5ZJrHQz29uWStb8ZfBNhl4r4SANMp+v CyKeyjM/bbfjlFB5vrAdcGr120rYLlJMAJPLidE74iq/3cjVNqdHXkVK48Eu8X0x 4udxLYOaJ7qLlzjgc+G8xgreJ9IFDvV4/LH+BLFmbJMyDsuZD/xsboCBxo2MFuRQ == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 10C5A9E4F7; Sat, 28 Jul 2018 23:10:05 -0400 (EDT) Message-Id: <1532833805.672495.1456175160.0FD53BA7@webmail.messagingengine.com> From: Brad Davis To: Don Lewis Cc: svn-src-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-0843ff3e Date: Sat, 28 Jul 2018 21:10:05 -0600 In-Reply-To: Subject: Re: r336845 References: X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 29 Jul 2018 03:10:06 -0000 On Sat, Jul 28, 2018, at 8:21 PM, Don Lewis wrote: > I just upgraded a machine from r336438 to r336855. When I ran > mergemaster, it asked to delete a bunch of the /etc/rc.d scripts. > Answering yes results in the machine being unbootable. > > I think that the rc.d-related changes in r336845 are the likely culprit. > The following rc.d scripts are some of the missing, and there may be > more: > jail > newsyslog > sshd > sysctl > syslogd > zfs Crap.. Sorry :( I have opened this review to fix it: https://reviews.freebsd.org/D16495 Regards, Brad Davis