From owner-cvs-src@FreeBSD.ORG  Fri Nov 19 03:33:28 2004
Return-Path: <owner-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 DB8A716A4CE; Fri, 19 Nov 2004 03:33:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B7E3E43D2F; Fri, 19 Nov 2004 03:33:28 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAJ3XSUm010341;
	Fri, 19 Nov 2004 03:33:28 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAJ3XSxD010340;
	Fri, 19 Nov 2004 03:33:28 GMT
	(envelope-from marcel)
Message-Id: <200411190333.iAJ3XSxD010340@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Fri, 19 Nov 2004 03:33:28 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sbin/gpt create.c gpt.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Nov 2004 03:33:29 -0000

marcel      2004-11-19 03:33:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sbin/gpt             create.c gpt.8 
  Log:
  MFC: create.c:1.10, gpt.8:1.8+1.10
  Add an -f option (for force) to the create command. The -f option
  allows the user to force the creation of a GPT even when there's a
  MBR on the device. The MBR is simply wiped and any partitions
  described by it are lost. Without the -f option one cannot create
  a GPT when there's a MBR.
  
  Revision  Changes    Path
  1.6.2.3   +15 -5     src/sbin/gpt/create.c
  1.6.2.2   +10 -2     src/sbin/gpt/gpt.8