From owner-cvs-src-old@FreeBSD.ORG Fri Aug 27 11:08:23 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 70B2710657C0 for ; Fri, 27 Aug 2010 11:08:23 +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 5EE168FC0A for ; Fri, 27 Aug 2010 11:08:23 +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 o7RB8Nb4072201 for ; Fri, 27 Aug 2010 11:08:23 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7RB8NaS072200 for cvs-src-old@freebsd.org; Fri, 27 Aug 2010 11:08:23 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201008271108.o7RB8NaS072200@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Fri, 27 Aug 2010 11:08:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Fri, 27 Aug 2010 11:08:23 -0000 jh 2010-08-27 11:08:11 UTC FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.c Log: SVN rev 211873 on 2010-08-27 11:08:11Z by jh 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 Reviewed by: ae Discussed with: marcel MFC after: 1 month Revision Changes Path 1.122 +32 -1 src/sbin/bsdlabel/bsdlabel.c