From owner-cvs-src@FreeBSD.ORG Thu Sep 18 14:04:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0765A1065737; Thu, 18 Sep 2008 14:04:08 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A7908FC22; Thu, 18 Sep 2008 14:04:08 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IE488B031768; Thu, 18 Sep 2008 14:04:08 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IE48xA031767; Thu, 18 Sep 2008 14:04:08 GMT (envelope-from lulf@repoman.freebsd.org) Message-Id: <200809181404.m8IE48xA031767@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lulf@repoman.freebsd.org using -f From: Ulf Lilleengen Date: Thu, 18 Sep 2008 14:04:02 +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/sbin/bsdlabel bsdlabel.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: Thu, 18 Sep 2008 14:04:10 -0000 lulf 2008-09-18 14:04:02 UTC FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.c Log: SVN rev 183143 on 2008-09-18 14:04:02Z by lulf - Make bsdlabel use libgeom to determine provider name, device path, the media size and the sector size. - Fix a bug where bsdlabel would try to read a regular file using the geom_bsd class. Quick review by: phk Approved by: pjd (mentor) Revision Changes Path 1.115 +40 -22 src/sbin/bsdlabel/bsdlabel.c