From owner-svn-src-all@freebsd.org Thu Jun 7 07:29:58 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 998C6FD1C23; Thu, 7 Jun 2018 07:29:58 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4849A82019; Thu, 7 Jun 2018 07:29:58 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 40CCF15A4A; Thu, 7 Jun 2018 07:29:58 +0000 (UTC) Date: Thu, 7 Jun 2018 07:29:58 +0000 From: Alexey Dokuchaev To: Brad Davis Cc: rgrimes@FreeBSD.org, src-committers , Kyle Evans , svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org, Konstantin Belousov , Alexander Leidinger , Eugene Grosbein Subject: Re: svn commit: r334617 - in head: . etc Message-ID: <20180607072958.GA51308@FreeBSD.org> References: <201806061833.w56IXWBC006288@pdx.rh.CN85.dnsmgr.net> <1528311745.474139.1398838488.1527C06D@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1528311745.474139.1398838488.1527C06D@webmail.messagingengine.com> User-Agent: Mutt/1.9.5 (2018-04-13) 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 07:29:58 -0000 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? ./danfe