From owner-freebsd-current@FreeBSD.ORG Sun Dec 4 23:36:54 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF6531065673 for ; Sun, 4 Dec 2011 23:36:54 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 9B8B08FC0A for ; Sun, 4 Dec 2011 23:36:54 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rair.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.76 (FreeBSD)) (envelope-from ) id 1RXLc5-000PQt-FG; Sun, 04 Dec 2011 23:36:53 +0000 Date: Mon, 05 Dec 2011 08:36:51 +0900 Message-ID: From: Randy Bush To: Kevin Oberman In-Reply-To: References: <20111202115446.GB25963@server.vk2pj.dyndns.org> <4ED974A2.7080606@FreeBSD.org> <4ED9EA27.8090206@inse.ru> <4EDABDE8.9060406@FreeBSD.org> <4EDBD5EF.9070207@freebsd.org> <4EDBE4A3.6010602@FreeBSD.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-current Subject: Re: CVS removal from the base X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2011 23:36:54 -0000 > This seems too reasonable a suggestion, but, as always, the devil > is in the details. There will be long. painful discussions (and > arguments) about what to remove from the base to the new structure > and what things currently NOT in the base should be promoted. as one with a long list of WITHOUT_foo=YES in /etc/src.conf, this is tempting. but, as you hint, is this not just doubling the number of borders over which we can argue? but let's get concrete here. i suspect that my install pattern is similar to others o custom install so i can split filesystems the way i prefer, enabling net & ssh o pkg_add -r { bash, rsync, emacs-nox11 } (it's not a computer if it does not have emacs) o hack /etc/ssh/sshd_conf to allow root with password o rsync over ~root o hack /etc/ssh/sshd_conf to allow root only without-password o rsync over my standard /etc/foo (incl make.conf and src.conf) and other gunk o csup releng_X kernel, world, doc, ports o build and install kernel and world and then do whatever is special for this particular system. anything which would lessen/simplify the above would be much appreciated. anything not totally obiously wonderful which would increase/complicate the above would not be appreciated. randy