From owner-freebsd-questions@FreeBSD.ORG Thu May 17 17:52:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9201216A404 for ; Thu, 17 May 2007 17:52:02 +0000 (UTC) (envelope-from mab2001@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 53A6713C459 for ; Thu, 17 May 2007 17:52:01 +0000 (UTC) (envelope-from mab2001@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so150424and for ; Thu, 17 May 2007 10:52:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=QfYbFKrl+gUX0fbNezVHlxuHCNsYgtTa+GvaFhbHJYCEOaXvIjV9yaWiNcfDk3R8TtxZNxoSPnkXt0qlrhZwmqf3PgSSY5eNxSw4Aarb6HeKUD0cbI7+DjJgbsoLDcGe+94A1lL5Owvm2SQrJ54pmj0Hur6WX6RlqSskLcoTpPU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=rG0Lc23lCjpweouHb88G1q31ShsCBzhJojejkcS/oK8yrKDb9ql+qZFdKYu1aXjGKd/armWNzuAkdwDg4/eoVaKwosdRajDBIbcU2+q2TAb3BxkwKnxf/Om9UIM/yl2myGbU1KMQEOvHoquFqjfnXUmA626GJfuJEDBLFy5n4TE= Received: by 10.100.240.19 with SMTP id n19mr486436anh.1179422873240; Thu, 17 May 2007 10:27:53 -0700 (PDT) Received: by 10.100.112.4 with HTTP; Thu, 17 May 2007 10:27:52 -0700 (PDT) Message-ID: Date: Thu, 17 May 2007 13:27:52 -0400 From: "Mike Barborak" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: hostname setting in rc.conf ignored? 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: Thu, 17 May 2007 17:52:02 -0000 Hello, I have a FreeBSD 4.7-RELEASE-p28 server that was initially configured with the hostname mydomain.com. I am trying to permanently change that to be www.mydomain.com. I have added this line to my /etc/rc.conf file: hostname="www.mydomain.com" but after restarting the server it continues to return mydomain.com when i run the command hostname. Can anyone tell me what I am doing wrong? Thanks, Mike