From ea889e75a54f29237c00dc49f994bcd9498b76f4 Mon Sep 17 00:00:00 2001 From: mjacob Date: Thu, 4 Feb 2010 21:51:33 +0000 Subject: Add the long missing "destroy" option. MFC after: 2 weeks --- sbin/geom/class/multipath/geom_multipath.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sbin/geom') diff --git a/sbin/geom/class/multipath/geom_multipath.c b/sbin/geom/class/multipath/geom_multipath.c index 1bb3f32..4319d04 100644 --- a/sbin/geom/class/multipath/geom_multipath.c +++ b/sbin/geom/class/multipath/geom_multipath.c @@ -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 ..." }, -- cgit v1.1