From f5111a1fc38e15304a0a6e9955c5ff492027d446 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Thu, 4 Feb 2010 21:51:33 +0000 Subject: [PATCH] Add the long missing "destroy" option. MFC after: 2 weeks --- sbin/geom/class/multipath/geom_multipath.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sbin/geom/class/multipath/geom_multipath.c b/sbin/geom/class/multipath/geom_multipath.c index 1bb3f32239a2..4319d0421c2a 100644 --- a/sbin/geom/class/multipath/geom_multipath.c +++ b/sbin/geom/class/multipath/geom_multipath.c @@ -54,6 +54,10 @@ struct g_command class_commands[] = { "label", G_FLAG_VERBOSE | G_FLAG_LOADKLD, mp_main, G_NULL_OPTS, 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 ..."