svn commit: r203505 - head/sbin/geom/class/multipath

Matt Jacob mjacob at FreeBSD.org
Thu Feb 4 21:51:33 UTC 2010


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 ..."
 	},


More information about the svn-src-all mailing list