From owner-cvs-all Mon Feb 28 22:21:43 2000 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 915E237BA73; Mon, 28 Feb 2000 22:21:41 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA17751; Mon, 28 Feb 2000 22:21:41 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <200002290621.WAA17751@freefall.freebsd.org> From: Greg Lehey Date: Mon, 28 Feb 2000 22:21:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum v.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 2000/02/28 22:21:40 PST Modified files: sbin/vinum v.c Log: Don't print any error message if we can't open the history file. This replaces an older attempt to silence vinum(8) when started in single-user mode. Add entries for vinum_raid[45]. Replace the preprocessor variable name CDEV_MAJOR with VINUM_CDEV_MAJOR. continue_revive: Set the proc title to 'reviving ' so that it can be recognized in a ps list. Approved-by: jkh Revision Changes Path 1.26 +9 -11 src/sbin/vinum/v.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message