From owner-svn-src-head@freebsd.org Thu Jun 7 11:24:00 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 493F1FE1CA0; Thu, 7 Jun 2018 11:24:00 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4154F8B4E9; Thu, 7 Jun 2018 11:22:51 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 839c73e7; Thu, 7 Jun 2018 13:16:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=SOJMKKMzPCiWel0PVPnZqqDaIDE=; b=m8ssKPWCPg6bY5Llmr/ABJIcK8ct +vgauCnoPfV4hO8seFAo6mc02yVtfhxiIPs5oM7IlFAZgn2LXwdqxtjYgccV4s0t NiixbxuohdS4W70Bw8DYUSGxlBAOhzjlj7KShdW8sLb2lSUJBxiUSHGBHhENbxRG 2PTsXSsdMNPt/5I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=IG4YzNmXxK2VjGquz1GAuQ4ebPSZuHfZDehB9gkYP3YoTFj47nNNmbZr I3G7s5ccglo0UfG+T7KxbzbKzcWQoZa7QXGLG45aLDdPXytx44vkTU42mWX1ywbb 2nv1aG1pv2gdM6LeLyNmIEXEV4tF2v9SvT994MBuFIKp1n+t8jQ= Received: from knuckles.blih.net (unallocated-static.rogers.com [72.142.116.18]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 32219650 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 7 Jun 2018 13:16:09 +0200 (CEST) Date: Thu, 7 Jun 2018 13:16:01 +0200 From: Emmanuel Vadot To: Alexey Dokuchaev Cc: Konstantin Belousov , Ian Lepore , src-committers , Kyle Evans , svn-src-all@FreeBSD.org, Brad Davis , rgrimes@FreeBSD.org, svn-src-head@FreeBSD.org, Alexander Leidinger , Eugene Grosbein Subject: Re: svn commit: r334617 - in head: . etc Message-Id: <20180607131601.f53a86dec453dc07211f5691@bidouilliste.com> In-Reply-To: <20180607073329.GB51308@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> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 07 Jun 2018 21:16:01 +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: Thu, 07 Jun 2018 11:24:00 -0000 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: > > On Wed, Jun 06, 2018 at 02:06:48PM -0600, Ian Lepore wrote: > > > ... > > > I don't understand the drama over this. rc.d startup scripts are > > > *binaries*. > > No, they are not, they are scripts. > > > 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. > > ./danfe Our huge selling point is startup scripts in /etc/rc.d ? Damn, we sucks at marketing ... -- Emmanuel Vadot