From owner-cvs-src@FreeBSD.ORG Sat Nov 11 13:00:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B7B16A417; Sat, 11 Nov 2006 13:00:00 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D903E43D5F; Sat, 11 Nov 2006 12:59:59 +0000 (GMT) (envelope-from ceri@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 kABCxxOa039682; Sat, 11 Nov 2006 12:59:59 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kABCxxNR039681; Sat, 11 Nov 2006 12:59:59 GMT (envelope-from ceri) Message-Id: <200611111259.kABCxxNR039681@repoman.freebsd.org> From: Ceri Davies Date: Sat, 11 Nov 2006 12:59:59 +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/usr.sbin/sysinstall install.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 13:00:00 -0000 ceri 2006-11-11 12:59:59 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall install.c Log: Remove a warning regarding disk entries in /dev. Approved by: ru (mentor) MFC after: 4 days Revision Changes Path 1.372 +1 -2 src/usr.sbin/sysinstall/install.c