From owner-freebsd-questions@FreeBSD.ORG Fri Feb 15 10:39:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF40116A417 for ; Fri, 15 Feb 2008 10:39:40 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1483E13C461 for ; Fri, 15 Feb 2008 10:39:39 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id m1FAdc9R019901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Feb 2008 17:39:38 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id m1FAdcZS079858; Fri, 15 Feb 2008 17:39:38 +0700 (ICT) Date: Fri, 15 Feb 2008 17:39:38 +0700 (ICT) Message-Id: <200802151039.m1FAdcZS079858@banyan.cs.ait.ac.th> From: Olivier Nicole To: herbert.raimund@gmx.net In-reply-to: <20080215111134.4b88ba6f.herbert.raimund@gmx.net> (message from herbert langhans on Fri, 15 Feb 2008 11:11:34 +0100) References: <20080215111134.4b88ba6f.herbert.raimund@gmx.net> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Install question - sysinstall 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: Fri, 15 Feb 2008 10:39:40 -0000 > Installing a fresh BSD System gives me among others the option > 'X-User'. In the books I just find a hint its without source code, > what I really dont need. > > But is there anything else but the source code what I will miss > later for a desktop installation or a simple webserver?? Anybody > tried this? I am not sure what is in the X-user but: 1) consider that a web server being a server, you may need no X at all. 2) if you don't install the source of X now, next time there will be the slightest update needed on X, you will probably have to download all the sources instead of downloading only the one that changed. I find it a good idea to always have the source, because sooner or later (and rather sooner than later) I will have to reconstruct everything and I will then need the sources. Olivier