From owner-cvs-all Thu Apr 8 18:16:39 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 9CF0E14E82; Thu, 8 Apr 1999 18:16:37 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA17610; Thu, 8 Apr 1999 18:14:37 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199904090114.SAA17610@freefall.freebsd.org> From: Greg Lehey Date: Thu, 8 Apr 1999 18:14:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum Makefile commands.c list.c v.c vext.h vinum.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/04/08 18:14:37 PDT Modified files: sbin/vinum Makefile commands.c list.c v.c vext.h vinum.8 Log: 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. Revision Changes Path 1.10 +1 -1 src/sbin/vinum/Makefile 1.15 +0 -0 src/sbin/vinum/commands.c 1.12 +0 -0 src/sbin/vinum/list.c 1.10 +5 -3 src/sbin/vinum/v.c 1.5 +1 -1 src/sbin/vinum/vext.h 1.16 +0 -0 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message