Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2010 01:15:58 +0000 (UTC)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r204023 - stable/8/sbin/geom/class/multipath
Message-ID:  <201002180115.o1I1FwZk012443@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjacob
Date: Thu Feb 18 01:15:58 2010
New Revision: 204023
URL: http://svn.freebsd.org/changeset/base/204023

Log:
  Add the long missing "destroy" option [mfc of 203505]

Modified:
  stable/8/sbin/geom/class/multipath/geom_multipath.c
Directory Properties:
  stable/8/sbin/geom/   (props changed)
  stable/8/sbin/geom/class/stripe/   (props changed)

Modified: stable/8/sbin/geom/class/multipath/geom_multipath.c
==============================================================================
--- stable/8/sbin/geom/class/multipath/geom_multipath.c	Wed Feb 17 23:54:54 2010	(r204022)
+++ stable/8/sbin/geom/class/multipath/geom_multipath.c	Thu Feb 18 01:15:58 2010	(r204023)
@@ -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 ..."
 	},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002180115.o1I1FwZk012443>