Date: Tue, 23 Feb 2010 07:07:46 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r204244 - stable/7/sbin/geom/class/multipath Message-ID: <201002230707.o1N77kHP092175@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ..." },
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002230707.o1N77kHP092175>