From owner-freebsd-questions@FreeBSD.ORG Wed Apr 6 20:06:12 2005 Return-Path: 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 3A84C16A4CE for ; Wed, 6 Apr 2005 20:06:12 +0000 (GMT) Received: from sys15.mail.msu.edu (sys15.mail.msu.edu [35.9.75.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF43843D2F for ; Wed, 6 Apr 2005 20:06:11 +0000 (GMT) (envelope-from jerrymc@msu.edu) Received: from jerrymc by sys15.mail.msu.edu with local (Exim 4.44 #1) id 1DJGmw-0007Ph-TC; Wed, 06 Apr 2005 16:06:10 -0400 References: In-Reply-To: From: "Jerold McAllister" To: Andreas Davour Date: Wed, 06 Apr 2005 16:06:09 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: cc: freebsd-questions@freebsd.org Subject: Re: Domainname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 20:06:12 -0000 Andreas Davour writes: > I didn't think when I was doing my last install, and now my system has a > domainname it shouldn't have. > > Too many different operating systems compete for space in my brain and I > can't seem to find any information about "fully qualified domainname" in > the fine manual, since all it talks about is NIS/YP, which isn't my > problem. > Any hints? Well, you don't say quite what you want to know about "fully qualified" domain name. It means the full name xxx.yyy.zzz.org instead of just xxx or whatever. As for changing it, change the hostname="xx.yy.zz.org" in your /etc/rc.conf file and the domain in /etc/resolv.conf. ////jerry > > /andreas >