From owner-svn-src-all@freebsd.org Tue Jun 5 20:43:38 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 4A79CFF5C14; Tue, 5 Jun 2018 20:43:38 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C178E7118F; Tue, 5 Jun 2018 20:43:37 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 2480C21C0F; Tue, 5 Jun 2018 16:43:37 -0400 (EDT) Received: from web5 ([10.202.2.215]) by compute5.internal (MEProxy); Tue, 05 Jun 2018 16:43:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=qiwbjw AhG6SG1ba6x8LmYLyrrNLkW0hYYDWizWBdHPk=; b=Y1Fz0rQh+wvXvPS9kATGv+ RdeJdvBCp1YUYToBTsmSGI09c899ozbxo3YZTm5NaamiuycikYoDJLqxvb3D415P V72+og++7b8kP6mBiDUCpDib9lP02IPkZjqKskKa0T05BKMTZPZ+aSrbRxWtwRAM jogDrj3nzoy5tcxQINIsjKCaKgKt8ftbEaQ6BaeUXxG7GIYrmrnUos4xP9ew+fFG qWATkfFRiRoN11zOFCIbTD5z5e+L/9HER+XjMAw9EBCbAgLiCWajlGVoAu6MVTOt ptxcu5L3wlJS/sRwxSGnlWiJK8kXZlqW4U987dk6Eax03PVQdVng49T/lHxpqgtA == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id EAC329E0DE; Tue, 5 Jun 2018 16:43:36 -0400 (EDT) Message-Id: <1528231416.2440607.1397619456.294EF898@webmail.messagingengine.com> From: Brad Davis To: Renato Botelho , Konstantin Belousov Cc: "src-committers" , Kyle Evans , svn-src-all@freebsd.org, rgrimes@freebsd.org, svn-src-head@freebsd.org, Alexander Leidinger MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface - ajax-fb4a77ea In-Reply-To: References: <201806041847.w54IlCUu097084@pdx.rh.CN85.dnsmgr.net> <1528138550.3632147.1396107464.614818A8@webmail.messagingengine.com> <20180605150022.Horde.emnJxb8rKYqAvChLgWoX9vf@webmail.leidinger.net> <1528212242.2273706.1397239144.6BEBF1F9@webmail.messagingengine.com> <20180605164627.GM2450@kib.kiev.ua> <1528222385.2736229.1397446048.17853CA8@webmail.messagingengine.com> <20180605182605.GN2450@kib.kiev.ua> Date: Tue, 05 Jun 2018 14:43:36 -0600 Subject: Re: svn commit: r334617 - in head: . etc Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.26 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: Tue, 05 Jun 2018 20:43:38 -0000 On Tue, Jun 5, 2018, at 1:07 PM, Renato Botelho wrote: > On 05/06/18 15:26, Konstantin Belousov wrote: > > On Tue, Jun 05, 2018 at 12:13:05PM -0600, Brad Davis wrote: > >> On Tue, Jun 5, 2018, at 10:46 AM, Konstantin Belousov wrote: > >>> I find it often very useful to do > >>> (cd src/etc/rc.d && make install) > >>> Same for defaults and several other directories which in fact > >>> contains> >>> non-editable content. Is this planned to keep working ? > >> > >> The short answer is, no. All rc.d scripts get moved to the src of > >> the program they start.> >> > >> That said, if there is a big need for this, we can see about > >> options to keep them working.> >> > >> What are you trying to accomplish when you do this? Just verify > >> the rc.d scripts match your src tree?> > > > I avoid mergemaster/etcupdate and whatever else. rc.d and /etc/rc, > > /etc/rc.subr /etc/rc.network are not suitable to etc, they are > > binaries> > provided by the project not for the user editing. > > > > When upgrading the host, esp. on HEAD, i usually refresh scripts > > by this> > procedure and avoid any editing and implied conflict resolution > > for real> > configs. > > > > Not being able to easily install clean copies of these scripts would> > be very inconvenient and time consuming. > > If I understood what Brad is saying, each rc.d script will be > installed> by the application it belongs to. So when it's installing SSH it will> also install /etc/rc.d/sshd and you will not need to deal with rc.d > files on mergemaster anymore. > > Is it correct, Brad? Correct. Regards, Brad Davis