From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 19:00:06 2009 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 8E220106566B for ; Sun, 25 Jan 2009 19:00:06 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3C08FC08 for ; Sun, 25 Jan 2009 19:00:06 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so2236697ywe.13 for ; Sun, 25 Jan 2009 11:00:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=5JPd6Ksqjm2wsHiDBrydRmJojzA+3rP1POAQ5dw2wqE=; b=RV9BGcnzp6N6Ugy1FvtScIMrWZi79in4x9JquGDBRLNy+Jh4+xByvvlzzVB08HSbOf sjUnPsMxEw03Tv9hipKSx0YpEXmCqb/H9of8wFZSpEarll3CaGNxx7tDLAodoUGJIwyV /L8WphgTgIg0iRec+48maz6/a7Z4K+IyHDT+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=IeMTfwEia/eDpR/AD1BLh/EP4d8gY76hrWfT5kph5mXgaXcq8JunQwFp2qyMSU08QG XclBWvj4PxXSQPVmVM7pqEeNhKAeUs4/Yf6sDYqtg4SL9geVJB/YeNLJXSO98tepSbEb X/aUmQQZR1KuaQxOM2M+v/TbXiq/iMimS6BZI= Received: by 10.100.134.10 with SMTP id h10mr366049and.116.1232910005544; Sun, 25 Jan 2009 11:00:05 -0800 (PST) Received: from ?192.168.1.100? ([190.177.192.44]) by mx.google.com with ESMTPS id d12sm14791898and.24.2009.01.25.11.00.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 25 Jan 2009 11:00:05 -0800 (PST) From: Gonzalo Nemmi To: Roland Smith Date: Sun, 25 Jan 2009 17:00:01 -0200 User-Agent: KMail/1.9.10 References: <0aae01c97f06$e43bb7a0$acb326e0$@com> <200901251505.37534.gnemmi@gmail.com> <20090125185312.GA85768@slackbox.xs4all.nl> In-Reply-To: <20090125185312.GA85768@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901251700.01126.gnemmi@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: remove kerberos 5 from FreeBSD 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: Sun, 25 Jan 2009 19:00:07 -0000 On Sunday 25 January 2009 4:53:12 pm Roland Smith wrote: > On Sun, Jan 25, 2009 at 03:05:37PM -0200, Gonzalo Nemmi wrote: > > On Sunday 25 January 2009 2:25:55 pm Roland Smith wrote: > > > On Sun, Jan 25, 2009 at 11:06:32AM -0500, Ansar Mohammed wrote: > > > > Hello All, > > > > > > > > Does anyone know how I can remove the Kerberos 5 installation from > > > > FreeBSD? > > > > > > Put 'WITHOUT_KERBEROS=true' in /etc/src.conf, and rebuild the system > > > from source, as documented in the Handbook. > > > > Speaking of wich ... is there a examples/src.conf file hidden somewhere > > in 7.0-REL or do I have to create my own from scratch based on man > > src.conf? > > You'll have to create it based on the manpage. All variables are listed > in there. The default is to have no src.conf and build a kernel/world > with everything in it. > > Roland Sure thing Roland, I understand that .. otherwise chances are user would end up with half a system or a crippled one .. but I was thinking on a /usr/share/examples/etc/src.conf that would come in handy when rebuilding the whole system for, say, a notebook .. when you know in advanced that there's a lot of stuff you won't need. Going through src.conf(5) is ok .. but having a src.conf template already available and fully commented sounds better to me ... Nothing is further from the truth than my opinions, but I still think that having such a file available does come in handy :) Best Regards -- Blessings Gonzalo Nemmi