From owner-svn-src-head@freebsd.org Fri Jun 8 04:49:07 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 CE83B100FDD7; Fri, 8 Jun 2018 04:49:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 74E76720FB; Fri, 8 Jun 2018 04:49:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 51BA5ECB6; Fri, 8 Jun 2018 04:49:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 8A0D03B7; Fri, 8 Jun 2018 04:49:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id GHTI1Rmnn1rA; Fri, 8 Jun 2018 04:49:04 +0000 (UTC) Content-Type: text/plain; charset=us-ascii DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com 433133B3 Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r334617 - in head: . etc From: Bryan Drewery X-Mailer: iPhone Mail (15E302) In-Reply-To: <20180607072958.GA51308@FreeBSD.org> Date: Fri, 8 Jun 2018 00:49:02 -0400 Cc: Brad Davis , rgrimes@FreeBSD.org, src-committers , Kyle Evans , svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org, Konstantin Belousov , Alexander Leidinger , Eugene Grosbein Content-Transfer-Encoding: quoted-printable Message-Id: <5891A407-BCE6-4792-BD1D-53C00C9A7ED6@FreeBSD.org> References: <201806061833.w56IXWBC006288@pdx.rh.CN85.dnsmgr.net> <1528311745.474139.1398838488.1527C06D@webmail.messagingengine.com> <20180607072958.GA51308@FreeBSD.org> To: Alexey Dokuchaev X-Mailman-Approved-At: Fri, 08 Jun 2018 10:32:39 +0000 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 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: Fri, 08 Jun 2018 04:49:08 -0000 > On Jun 7, 2018, at 03:29, Alexey Dokuchaev wrote: >=20 >> 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. >>=20 >> Yes, this is by design. >>=20 >> 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. >=20 > 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? For me the biggest selling point of FreeBSD has always been how configurable= and customizable it has been (without modifying src). Especially the rc fil= es and patterns of .local in /etc. >=20 > ./danfe >=20