From owner-svn-src-stable-7@FreeBSD.ORG Tue Feb 23 07:07:46 2010 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7971106566B; Tue, 23 Feb 2010 07:07:46 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C62BD8FC12; Tue, 23 Feb 2010 07:07:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1N77k0u092177; Tue, 23 Feb 2010 07:07:46 GMT (envelope-from mjacob@svn.freebsd.org) Received: (from mjacob@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1N77kHP092175; Tue, 23 Feb 2010 07:07:46 GMT (envelope-from mjacob@svn.freebsd.org) Message-Id: <201002230707.o1N77kHP092175@svn.freebsd.org> From: Matt Jacob Date: Tue, 23 Feb 2010 07:07:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r204244 - stable/7/sbin/geom/class/multipath X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2010 07:07:47 -0000 Author: mjacob Date: Tue Feb 23 07:07:46 2010 New Revision: 204244 URL: http://svn.freebsd.org/changeset/base/204244 Log: MFC 203505 Add the long missing "destroy" option. Modified: stable/7/sbin/geom/class/multipath/geom_multipath.c Modified: stable/7/sbin/geom/class/multipath/geom_multipath.c ============================================================================== --- stable/7/sbin/geom/class/multipath/geom_multipath.c Tue Feb 23 06:35:04 2010 (r204243) +++ stable/7/sbin/geom/class/multipath/geom_multipath.c Tue Feb 23 07:07:46 2010 (r204244) @@ -55,6 +55,10 @@ struct g_command class_commands[] = { NULL, "[-v] name prov ..." }, { + "destroy", G_FLAG_VERBOSE, NULL, G_NULL_OPTS, + NULL, "[-v] prov ..." + }, + { "clear", G_FLAG_VERBOSE, mp_main, G_NULL_OPTS, NULL, "[-v] prov ..." },