From owner-svn-src-all@freebsd.org Wed Oct 17 18:51:40 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 E274D10DC9AC for ; Wed, 17 Oct 2018 18:51:39 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-vk1-xa34.google.com (mail-vk1-xa34.google.com [IPv6:2607:f8b0:4864:20::a34]) (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 7A58E8DE0A for ; Wed, 17 Oct 2018 18:51:39 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-vk1-xa34.google.com with SMTP id o196so5498822vka.12 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=LzAS1AUbv7CN0SiroeiCXCczGPckbdjxDwGDs+fgax9vMuCgCAF9Ze2CV+q41xDQCY ZHq1Nm4G8UUdQ8Jh8hoVvaKDQFhtAb2lmfX/vqbPT9lf75edy1RogdChIBWCyxMCQlmT k3zs31ou7w2GVf0wIa2VlTSggwgT7GQePAklZESysiPjXUY/BF17mOhROZ7QTLzy1DQc J4BcrZO0Hq2FIO3qpb6EdO20XDTZuWKeEWiMf9lFj1qJgxl4KN9INesR7uWPj2Q6LSen itAO526jK6Z/We87kItfAlhYlB9BLqS2SuWu0GIkfswo6oWxJJx7+OuuzUxCy1VcL9DX FUDg== X-Gm-Message-State: ABuFfoiV52uarusObjdkvX1fulyL7IeDnAPfPohlN4exn3EIG9PrNakU yxacvOdMBQ3GKBQul/9lB90bE0vWIEX6p3WYitWLXw== 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-all@freebsd.org X-Mailman-Version: 2.1.27 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: 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 *** > ------------------------------------------------------------------------ > >