From owner-svn-src-all@freebsd.org Thu Jun 7 13:18:34 2018 Return-Path: Delivered-To: svn-src-all@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 88892FE7552; Thu, 7 Jun 2018 13:18:34 +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 311556847E; Thu, 7 Jun 2018 13:18:34 +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 1545E21CF1; Thu, 7 Jun 2018 09:18:34 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute5.internal (MEProxy); Thu, 07 Jun 2018 09:18:34 -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=fm2; bh=z0Dwdz 83X0ktoh5DjQcOeHkDfPiUgEnaSvEIS6/mYuQ=; b=XWZUhkxK57DuYPsPu6MhVE FSNeJbbhifye7xXF9Vycbsj6hb7c7on7nG/y4vL5ULV9r2LXgllXajf+fCJQQ3X1 tdhnjm++uVWoncgn0FaAtOQJLzCU7fVJnTi8OxnYLWgeXQKNzi8UD0MZ2xt1oZ01 968BKawjZBIoAHg+OJb0MCx7VrmwUaRddj/P8e2s5lvv9fIRGmIJ4/0XOYt5hOqV qYkKFf3SOJmz1k4sGWVOiLiyhWlmfjfBQcTHCHWzWK7Wncil7P6tS0H0NsoFCEZH obsSLQ7Yr08YohiwSupfwS7wf3buqsT5+zstRQ4nHaUtHi3YRuy5zxqf/Y56OC3g == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id DEC44BA50E; Thu, 7 Jun 2018 09:18:33 -0400 (EDT) Message-Id: <1528377513.2844855.1399736216.1FC8DF28@webmail.messagingengine.com> From: Brad Davis To: Alexey Dokuchaev Cc: rgrimes@FreeBSD.org, "src-committers" , Kyle Evans , svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org, Konstantin Belousov , Alexander Leidinger , Eugene Grosbein MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-fb4a77ea Date: Thu, 07 Jun 2018 07:18:33 -0600 References: <201806061833.w56IXWBC006288@pdx.rh.CN85.dnsmgr.net> <1528311745.474139.1398838488.1527C06D@webmail.messagingengine.com> <20180607072958.GA51308@FreeBSD.org> Subject: Re: svn commit: r334617 - in head: . etc In-Reply-To: <20180607072958.GA51308@FreeBSD.org> X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2018 13:18:34 -0000 On Thu, Jun 7, 2018, at 1:29 AM, Alexey Dokuchaev wrote: > On Wed, Jun 06, 2018 at 01:02:25PM -0600, Brad Davis wrote: > > On Wed, Jun 6, 2018, at 12:33 PM, Rodney W. Grimes wrote: > > > ... > > > So each installworld would wipe over the top of any localmod /etc/rc.d/ > > > and other stuff that mght exist? > > > One of the reasons that etc/Makefile is detached from Installword is so > > > that /etc does not get perturbuted unless specifically requested. > > > > Yes, this is by design. > > > > If people need custom tweaks for that stuff they should be upstreamed or > > moved into /usr/local/etc/rc.d as a custom startup script. > > This is rather questionable design to me. I don't consider my scripts > as binaries and like them in /etc/rc.d/ and managed via mergemaster -Fi. > Everything was perfectly fine with it. What exactly the problem you're > trying to solve here? But they are provided by the system and should not be modified in place. Hence the suggestion to move them out of /etc. Regards, Brad Davis