From owner-cvs-all Tue May 4 22: 9:49 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 4133314D6B; Tue, 4 May 1999 22:09:47 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA80579; Tue, 4 May 1999 22:09:47 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905050509.WAA80579@freefall.freebsd.org> From: Greg Lehey Date: Tue, 4 May 1999 22:09:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum commands.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/04 22:09:46 PDT Modified files: (Branch: RELENG_3) sbin/vinum commands.c Log: MFC: Bring up to -CURRENT level. 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. Add -w option to init command: wait for init to complete before returning. vinum_init: count dead children correctly when waiting for completion. vinum_resetstats: count objects correctly. vinum_create: If no file name is specified, create one and edit it with the editor specified in the EDITOR environment variable, by default vi. vinum_help: Update. Revision Changes Path 1.5.2.3 +172 -121 src/sbin/vinum/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message