From owner-cvs-all@FreeBSD.ORG Sat Feb 10 13:13:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E42316A403; Sat, 10 Feb 2007 13:13:33 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 469FF13C441; Sat, 10 Feb 2007 13:13:33 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1ADDXUJ056869; Sat, 10 Feb 2007 13:13:33 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1ADDX8m056868; Sat, 10 Feb 2007 13:13:33 GMT (envelope-from yar) Message-Id: <200702101313.l1ADDX8m056868@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 10 Feb 2007 13:13:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d hostname X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 13:13:33 -0000 yar 2007-02-10 13:13:33 UTC FreeBSD src repository Modified files: etc/rc.d hostname Log: Handle the case when the admin forgot to set $hostname, which can happen in new installations: advise to set the variable and refer to rc.conf(5). Revision Changes Path 1.9 +10 -1 src/etc/rc.d/hostname