From owner-freebsd-questions@FreeBSD.ORG Tue Apr 4 13:33:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0FEA16A41F for ; Tue, 4 Apr 2006 13:33:02 +0000 (UTC) (envelope-from bc3910@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2FA43D46 for ; Tue, 4 Apr 2006 13:33:02 +0000 (GMT) (envelope-from bc3910@gmail.com) Received: by pproxy.gmail.com with SMTP id m51so404126pye for ; Tue, 04 Apr 2006 06:33:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=aAhFY897SQu9I33xJh33FWMuqYxWXnz+zTGDVS7QzZ/MBpiJj888EkyqxQ/9XotHeNLqdh9Cy7Mnk2XzZPjeX9cMrKCaOhBlgr5Ar0CAn6qddlgHjDA8RXhbEz8CWNDaGl1m8aCnkJZ7QtyYoloC03b9ZX7mK+EOw092KF5+2gQ= Received: by 10.35.78.9 with SMTP id f9mr1021740pyl; Tue, 04 Apr 2006 06:33:01 -0700 (PDT) Received: by 10.35.12.4 with HTTP; Tue, 4 Apr 2006 06:33:01 -0700 (PDT) Message-ID: <51257d370604040633x53d09a0dl5ad60b350a688940@mail.gmail.com> Date: Tue, 4 Apr 2006 07:33:01 -0600 From: "Bryan Curl" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Cvsup src-all and installworld process question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2006 13:33:02 -0000 Hopefully this is right place for my question and not to redundant a question. I have a new minimalist installation for use as a file server only (FreeBSD 6.0-RELEASE) with a very small set of ports installed. Basically Samba, Cvsup,man files, ports, all the source and their dependencies. I am primarily interested in keeping the system up to date with security patches= , system updates, and of course, the ports I run. I want to optimize the amount of disk space for the public shares so I don't want to arbitrarily install a lot of programs I don't need. My question is, 1.) If I CVSUP SRC-ALL, 'make buildworld', 'make installworld' etc, will that install the entire source tree to my machine and eat up disk space unnecessarily? In other words do I need to weed out all but the basic components I want before make installworld? 2.) What branches of the source tree would I be required to keep up to dat= e for my minimal installation? I realized in testing on an older system that portupgrade will only install ports I am using but don't know if make installworld will do the same. ------- Bryan bc3910 'at' gmail 'dot' com