From owner-svn-src-head@freebsd.org Wed Oct 17 18:51:40 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 ECACA10DC9AD for ; Wed, 17 Oct 2018 18:51:39 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-vk1-xa2f.google.com (mail-vk1-xa2f.google.com [IPv6:2607:f8b0:4864:20::a2f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 867808DE0E for ; Wed, 17 Oct 2018 18:51:39 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-vk1-xa2f.google.com with SMTP id x78-v6so3903334vke.11 for ; Wed, 17 Oct 2018 11:51:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+W+mSTPZ0f41MUlsvjqLqyOGiRE5bZ/8HF1FrZ3cnGc=; b=n1JeHzzW/fFY6Mp3FVpoQpdk7UjRK+C59FQ8I3Qnv/KjT8JlfRSy+68EGvMLggaDHt kWpWp13pg2QI/Ao3YpdDn0b6nWB9q+ypbgKTPOo9SS2EkZzXENFnceTW6Tt9yEdew6Kd zrCR1uiUULec4j/k32g/RcDglZHlPOS6oPyMePAtVa6j8BRCG9qUSbQQExoNCbfvE+5/ fMG6CCf1kfTrLL0RK5M1MZe6O/ppeoTETqwujPnMTtlSjwofatSyzolYcxxT6eILJIdt 3Nf0BOzb5hkLxnJMVeEFiVP4Bu2Oz0YVcgyL3O+uwHNxzvGUtFkFvJ0mOecqY/o2HwSB 71dA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+W+mSTPZ0f41MUlsvjqLqyOGiRE5bZ/8HF1FrZ3cnGc=; b=Wq/52d/nWlLmfVwL5Ra3FOSIERdb0OfTCZTS40/2SDi/cBFJSoQ6t1SAoPbHy21HXN SPO3KK138gtjdvKzDK4h9SqPRv043VfK9BlOwbd4/W9dFs+Ba2uRN3NPywfmUmLS20lU lBzf8/kgQQz1VEoCgG9aLJDtX1JnSpovJIrAHz/32syva6PRAHtjJGfPK6Q9S+EFp34K LTCGB2vFRW7SVr11mcOKXG5DtS3rIXz7D7iqQFSmrjAgy3TunKVep1nbcstKokYdxefd OnYLYCuP9+ERdarFiKafEoxu9k1QDCOqWPRSJeCmCJ6ZUr6jH89d34Hbwo3QWYpNP7/Y fPYg== X-Gm-Message-State: ABuFfohaBRHE+ewr4aIPyKj8y6hpk9o5EZ/hRZ5l8lcXLMoUnvD/ti25 qKfhLMsRACORgjtMgMlqYb5tGTKj+7jXtu74OiZvRA== X-Google-Smtp-Source: ACcGV6242wg98L9GK16RRwvP3nhQ+/3/7XRVzn4yBUYds/oT04Ut8O7z6DerNv9q3/nqR4Nhj+qAcxcGNwqrHTn8lo4= X-Received: by 2002:a1f:b547:: with SMTP id e68-v6mr11203186vkf.72.1539802298822; Wed, 17 Oct 2018 11:51:38 -0700 (PDT) MIME-Version: 1.0 References: <201810171649.w9HGnBZg047286@repo.freebsd.org> <4b7424af-a76a-8ff2-d2df-74e2c814f77e@freebsd.org> In-Reply-To: From: Warner Losh Date: Wed, 17 Oct 2018 12:51:27 -0600 Message-ID: Subject: Re: svn commit: r339413 - in head: libexec libexec/rc libexec/rc/rc.d sbin/init sbin/init/rc.d To: Dmitry Morozovsky Cc: Nathan Whitehorn , "Bjoern A. Zeeb" , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 17 Oct 2018 18:51:40 -0000 Would people stop moving things around. Please. We can live with minorly sub-optimal placement of the files for now. The churn isn't helpful. I'm working with Brad to get the design finalized. It's not there yet. Until it's finalized, don't move things. Warner On Wed, Oct 17, 2018 at 12:08 PM Dmitry Morozovsky wrote: > On Wed, 17 Oct 2018, Nathan Whitehorn wrote: > > > Is there some high-level overview of the plan for pkgbase somewhere? > > Which things will be in which packages, how the tools will work, etc.? > > I'm still a little confused by how things are intended to work and it's > > a bit hard to follow from commits with lots of small reorganizations. > > possibly https://wiki.freebsd.org/PkgBase but it's pretty vague > > [snip] > > > -- > Sincerely, > D.Marck [DM5020, MCK-RIPE, DM3-RIPN] > [ FreeBSD committer: marck@FreeBSD.org ] > ------------------------------------------------------------------------ > *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** > ------------------------------------------------------------------------ > >