From owner-svn-src-head@freebsd.org Thu Jun 7 11:35:46 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 0FA28FE26E0; Thu, 7 Jun 2018 11:35:46 +0000 (UTC) (envelope-from danfe@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 B4B718C0BE; Thu, 7 Jun 2018 11:35:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id ACECA19D9B; Thu, 7 Jun 2018 11:35:45 +0000 (UTC) Date: Thu, 7 Jun 2018 11:35:45 +0000 From: Alexey Dokuchaev To: Emmanuel Vadot Cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r334617 - in head: . etc Message-ID: <20180607113545.GA77085@FreeBSD.org> References: <201806061833.w56IXWBC006288@pdx.rh.CN85.dnsmgr.net> <1528315608.25377.3.camel@freebsd.org> <20180606202720.GD2450@kib.kiev.ua> <20180607073329.GB51308@FreeBSD.org> <20180607131601.f53a86dec453dc07211f5691@bidouilliste.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180607131601.f53a86dec453dc07211f5691@bidouilliste.com> User-Agent: Mutt/1.9.5 (2018-04-13) 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: Thu, 07 Jun 2018 11:35:46 -0000 [ CC list trimmed, was too long ] On Thu, Jun 07, 2018 at 01:16:01PM +0200, Emmanuel Vadot wrote: > On Thu, 7 Jun 2018 07:33:29 +0000 > Alexey Dokuchaev wrote: > > On Wed, Jun 06, 2018 at 11:27:20PM +0300, Konstantin Belousov wrote: > > > I proposed to move them somewhere, e.g. to /sbin/rc* or to /libexec/rc*. > > > > Please don't. Our huge selling point (vs. most GNU/Linux distros) is > > that everything is *not* spread across the entire hier(7) like butter > > on bread. > > Our huge selling point is startup scripts in /etc/rc.d ? Damn, we suck > at marketing ... Please don't twist my words. I was talking about coherent, nicely put together configuration mechanisms and /etc layout in particular. This is contrast with GNU/Linux, where I typically have to traverse through gazillion of compatibility symlinks before stumbling upon 30-byte shim saying "implemented in systemd now". ./danfe