Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2010 21:51:33 +0000 (UTC)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203505 - head/sbin/geom/class/multipath
Message-ID:  <201002042151.o14LpXtI040646@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjacob
Date: Thu Feb  4 21:51:33 2010
New Revision: 203505
URL: http://svn.freebsd.org/changeset/base/203505

Log:
  Add the long missing "destroy" option.
  
  MFC after:	2 weeks

Modified:
  head/sbin/geom/class/multipath/geom_multipath.c

Modified: head/sbin/geom/class/multipath/geom_multipath.c
==============================================================================
--- head/sbin/geom/class/multipath/geom_multipath.c	Thu Feb  4 21:11:44 2010	(r203504)
+++ head/sbin/geom/class/multipath/geom_multipath.c	Thu Feb  4 21:51:33 2010	(r203505)
@@ -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?201002042151.o14LpXtI040646>