svn commit: r204023 - stable/8/sbin/geom/class/multipath

Matt Jacob mjacob at FreeBSD.org
Thu Feb 18 01:15:58 UTC 2010


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


More information about the svn-src-stable mailing list