From owner-svn-src-stable@freebsd.org Tue Jul 4 02:11:39 2017 Return-Path: Delivered-To: svn-src-stable@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 8719A9F4A47; Tue, 4 Jul 2017 02:11:39 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FC8065757; Tue, 4 Jul 2017 02:11:39 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id v642Bc6h048574; Mon, 3 Jul 2017 19:11:38 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id v642BcKX048573; Mon, 3 Jul 2017 19:11:38 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201707040211.v642BcKX048573@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r320222 - in stable/10: etc etc/cron.d etc/mtree etc/newsyslog.conf.d etc/pam.d etc/syslog.d tools/build/mk usr.sbin/cron/cron usr.sbin/cron/lib usr.sbin/syslogd In-Reply-To: To: John Baldwin Date: Mon, 3 Jul 2017 19:11:38 -0700 (PDT) CC: "Ngie Cooper (yaneurabeya)" , Ngie Cooper , src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2017 02:11:39 -0000 > On 6/22/17 4:02 AM, Ngie Cooper (yaneurabeya) wrote: > > > >> On Jun 22, 2017, at 00:35, John Baldwin wrote: > > > > ? > > > >> Please revert the breakout of the existing config files. I think that splitting > >> up the conf files is too disruptive of a change (POLA) for stable branches. > > > > Done in r320229 and r320230. > > I haven't checked if this was merged to 11, but if so, I think they should also > stay a single conf file in 11 for the same reason. I believe it WAS merged to 10, since that didnt get gated by a request to RE@, can we please get the splitting of these files backed out of the stable/10 branch? > >> This was agreed to by other folks in the followup thread to the commits in > >> head that you continue to ignore. > > > > > >> In head please either fully split up the files or revert to a single file > >> (another part of that thread you continue to ignore). > > > > My eyes glazed over trying to read through all of the posts. I seem to have missed the point where a proposed change was made to split up the config files further. Could this please be summarized again? > > I think that having the files partially split up is the worst of both > worlds as folks writing config management rules, etc. have to use > different approaches depending on the rule. I think that is a headache > and would rather have the config either be all in a single file, or all > be split up into conf.d/ so that it is consistent. I also think that > when splitting up a conf file we should do it all at once so that there is > only one painful /etc merge instead of several of them. > > -- > John Baldwin > > -- Rod Grimes rgrimes@freebsd.org