From owner-svn-src-all@freebsd.org Mon Jun 4 16:13:29 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 5D2FFFF1FEF; Mon, 4 Jun 2018 16:13:29 +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 0825870077; Mon, 4 Jun 2018 16:13:28 +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 7430621C9E; Mon, 4 Jun 2018 12:13:28 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Mon, 04 Jun 2018 12:13:28 -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=V5HSJS 3N1Bce2icPITWPBjO582Ab4WlDUy0qChTM4Zk=; b=nWpCLge6V2KnT9ZV3RQ/0h mj6RONcDU7p1DNCzMz636AefjSV5RhIiYe4M0LZeZuTeIGMnKTXGJBgQgUzUE2O1 l6U/JHTR8slej9+Cu49R89gEo+m67pmKMpo3fOit6kvcGJBT/4TgK5YaSWV0uqIw c8/wU9LUte3c+FwzmltFFm8eevGwkMRCi4jTz8qFKf5oU22Cih7Wivnb0u/rDUP5 687lOhP9igXV3FcSojbt87sHzuGg1bEeenYG5My3rORvzFUOIDzGLcCWW54tOEFQ tsaSHdVZjKQkGwKTexUOLIqW8IrU43e53HW7CPYhSWUf1NnBzO8Ch2YJdu3CfOmg == 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 48E5E9E440; Mon, 4 Jun 2018 12:13:28 -0400 (EDT) Message-Id: <1528128808.975545.1395906040.76213CAC@webmail.messagingengine.com> From: Brad Davis To: Kyle Evans Cc: "src-committers" , svn-src-all@freebsd.org, svn-src-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-fb4a77ea Date: Mon, 04 Jun 2018 10:13:28 -0600 Subject: Re: svn commit: r334617 - in head: . etc In-Reply-To: References: <201806041517.w54FHPn0072477@repo.freebsd.org> 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: Mon, 04 Jun 2018 16:13:29 -0000 On Mon, Jun 4, 2018, at 9:22 AM, Kyle Evans wrote: > On Mon, Jun 4, 2018 at 10:17 AM, Brad Davis wrote: > > Author: brd > > Date: Mon Jun 4 15:17:24 2018 > > New Revision: 334617 > > URL: https://svnweb.freebsd.org/changeset/base/334617 > > > > Log: > > Move /sys symlink creating out of etc/Makefile. > > > > This is prep for etc/Makefile going away. > > > > Approved by: bapt (mentor) > > > > Woah, woah, woah, woah. =) May I ask what your plan for etc/Makefile > is? Some of the NO_ROOT stuff there seems to be terribly broken and > needs to be fixed; this was on my 'some day to fix' list. It goes away in favor of using CONFS= and push the config files back to where the src lives for the particular config file. So I would guess that this will fix the NO_ROOT stuff you are referring to, or at least move it to a central location (share/mk/) Regards, Brad Davis