From owner-svn-src-head@freebsd.org Mon Jun 4 15:23:09 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 84DCEFECE53; Mon, 4 Jun 2018 15:23:09 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30FCD6CFAC; Mon, 4 Jun 2018 15:23:09 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id C5C2514E1D; Mon, 4 Jun 2018 15:23:08 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf0-f48.google.com with SMTP id y20-v6so25870069lfy.0; Mon, 04 Jun 2018 08:23:08 -0700 (PDT) X-Gm-Message-State: ALKqPwdH46+NOp9PAreUbE9AsDKUypq4q4UPrvawWnFeuf8/GM1W/A1x Wx0y/v1mOCnPsPpGcJ37Tfh0Zpf2FvoCc/2uXwE= X-Google-Smtp-Source: ADUXVKJuCwAUHJABZ7RAYkT/aZ4rTIYfkncyUnvcVS7FZQwEq3VLse08pHJxHz62ZdBZCFhcS8cCHokgaG3K4oc+tJ4= X-Received: by 2002:a2e:804c:: with SMTP id p12-v6mr12241756ljg.22.1528125787325; Mon, 04 Jun 2018 08:23:07 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:3112:0:0:0:0:0 with HTTP; Mon, 4 Jun 2018 08:22:46 -0700 (PDT) In-Reply-To: <201806041517.w54FHPn0072477@repo.freebsd.org> References: <201806041517.w54FHPn0072477@repo.freebsd.org> From: Kyle Evans Date: Mon, 4 Jun 2018 10:22:46 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334617 - in head: . etc To: Brad Davis Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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: Mon, 04 Jun 2018 15:23:09 -0000 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.