From owner-freebsd-current@FreeBSD.ORG Tue May 22 10:49:59 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF7F716A480 for ; Tue, 22 May 2007 10:49:59 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.liberty-hosting.de (mail.liberty-hosting.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id 8C7AC13C46E for ; Tue, 22 May 2007 10:49:59 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 46784-07 for ; Tue, 22 May 2007 12:49:57 +0200 (CEST) Received: from home.alpha-tierchen.de (port-212-202-170-5.dynamic.qsc.de [212.202.170.5]) by mail.liberty-hosting.de (Postfix) with ESMTP id 883C3181003 for ; Tue, 22 May 2007 12:49:57 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id 7BE6145046 for ; Tue, 22 May 2007 12:49:54 +0200 (CEST) Received: from 2001:6f8:101e:0:20e:cff:fe6d:6adb (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Tue, 22 May 2007 12:49:54 +0200 (CEST) Message-ID: <53202.2001:6f8:101e:0:20e:cff:fe6d:6adb.1179830994.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <63182.2001:6f8:101e:0:20e:cff:fe6d:6adb.1179830426.squirrel@webmail.a lpha-tierchen.de> References: <63182.2001:6f8:101e:0:20e:cff:fe6d:6adb.1179830426.squirrel@webmail.alpha-tierchen.de> Date: Tue, 22 May 2007 12:49:54 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: current@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at mail.smartterra.de X-Mailman-Approved-At: Tue, 22 May 2007 11:57:00 +0000 Cc: Subject: Re: sysinstall says "BARF", concerns libdisk and geom_label X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 10:49:59 -0000 Ich schrieb: > Maybe the best but most time-consuming solution is to change the > output of kern.geom.conftxt to another format, e.g. XML. Right now I see that there is already a kern.geom.confxml sysctl. So it should be easy to use this in libdisk instead of conftxt. Björn