From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 16 16:54:28 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 538CD16A41C for ; Sat, 16 Jul 2005 16:54:28 +0000 (GMT) (envelope-from dom@goodforbusiness.co.uk) Received: from mail.helenmarks.co.uk (mail.helenmarks.co.uk [82.68.196.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB95643D5E for ; Sat, 16 Jul 2005 16:54:27 +0000 (GMT) (envelope-from dom@goodforbusiness.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id 8BB742710C02; Sat, 16 Jul 2005 17:54:26 +0100 (BST) Received: from mail.helenmarks.co.uk ([127.0.0.1]) by localhost (mail.helenmarks.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83350-08; Sat, 16 Jul 2005 17:54:22 +0100 (BST) Received: from egg (egg.helenmarks.co.uk [192.168.15.3]) by mail.helenmarks.co.uk (Postfix) with ESMTP id A14E42710C01; Sat, 16 Jul 2005 17:54:22 +0100 (BST) From: Dominic Marks To: freebsd-hackers@freebsd.org Date: Sat, 16 Jul 2005 17:56:57 +0100 User-Agent: KMail/1.8 References: <20050716194319.4375451a.vlady@sun-fish.com> In-Reply-To: <20050716194319.4375451a.vlady@sun-fish.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507161756.58334.dom@goodforbusiness.co.uk> X-Virus-Scanned: By ClamAV 0.85.1 X-Mailman-Approved-At: Sun, 17 Jul 2005 11:54:45 +0000 Cc: Subject: Re: Remove Heimdal Kerberos from my FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 16:54:28 -0000 On Saturday 16 July 2005 17:43, Vladimir Terziev wrote: > Hi, > > i've just installed a fresh FreeBSD 5.4 on my PC i saw i have > Heimdal Kerberos installed on it. I don't want Heimdal Kerberos on my > syetem! Could someone point me to a easy way to remove it and rebuild > all software (telnet, ssh, etc) which depends on it? In /etc/make.conf put NO_KERBEROS=yes Then build a new world. That should do the trick. I think freebsd-questions@freebsd.org would have been a more appropriate place to ask this question. > Thanks in advance! > > Vladimir > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org" -- Dominic Marks