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 ..." }, _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"