From owner-cvs-src-old@FreeBSD.ORG Sun Sep 26 16:52:19 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EF2C1065770 for ; Sun, 26 Sep 2010 16:52:19 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D73D8FC1C for ; Sun, 26 Sep 2010 16:52:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8QGqJXs052988 for ; Sun, 26 Sep 2010 16:52:19 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8QGqINA052987 for cvs-src-old@freebsd.org; Sun, 26 Sep 2010 16:52:19 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201009261652.o8QGqINA052987@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Sun, 26 Sep 2010 16:52:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/bsdlabel bsdlabel.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2010 16:52:19 -0000 jh 2010-09-26 16:52:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/bsdlabel bsdlabel.c Log: SVN rev 213186 on 2010-09-26 16:52:05Z by jh MFC r211873: Don't attempt to write label with GEOM_BSD based method if the class is not available. This improves error reporting when bsdlabel(8) is unable to open a device for writing. If GEOM_BSD was unavailable, only a rather obscure error message "Class not found" was printed. PR: bin/58390 Revision Changes Path 1.117.2.5 +32 -1 src/sbin/bsdlabel/bsdlabel.c