From owner-cvs-all Thu Mar 18 23:21:47 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 2D51114DB3; Thu, 18 Mar 1999 23:21:46 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA29523; Thu, 18 Mar 1999 23:21:27 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190721.XAA29523@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:21:27 -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 1999/03/18 23:21:27 PST Modified files: sbin/vinum v.c Log: If we fail to open the super device, open the "wrong" device (that is, the debug superdevice when we're compiled without debug, or the normal superdevice when we're compiled with debug. If this succeeds, print an informative comment and exit. make_devices: Create both debug and normal superdevices. Revision Changes Path 1.7 +32 -1 src/sbin/vinum/v.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message