svn commit: r204244 - stable/7/sbin/geom/class/multipath

Matt Jacob mjacob at FreeBSD.org
Tue Feb 23 07:07:46 UTC 2010


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


More information about the svn-src-stable mailing list