From owner-cvs-all Tue May 4 22:10:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9089314D4D; Tue, 4 May 1999 22:10:39 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA80765; Tue, 4 May 1999 22:10:39 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905050510.WAA80765@freefall.freebsd.org> From: Greg Lehey Date: Tue, 4 May 1999 22:10:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum list.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/04 22:10:39 PDT Modified files: (Branch: RELENG_3) sbin/vinum list.c Log: MFC: Bring up to level of -CURRENT If the wrong version of vinum(8) has been started (i.e. non-RAID-5 when the kernel module is RAID-5, or the other way round), execve() the correct one. Add \n to an error message. When looking at all objects, look at all objects. vinum_lsi: Print rough size of plex in parentheses. Print drive info with -v option (previously required -V). printconfig: split into vinum_printconfig (interactive) and printconfig (called from vinum_printconfig and from vinum_create when starting an interactive update. Revision Changes Path 1.8.2.2 +63 -35 src/sbin/vinum/list.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message