From owner-cvs-all Sat Jan 13 22:33:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01D5D37B400; Sat, 13 Jan 2001 22:33:11 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E6XAB16846; Sat, 13 Jan 2001 22:33:10 -0800 (PST) (envelope-from grog) Message-Id: <200101140633.f0E6XAB16846@freefall.freebsd.org> From: Greg Lehey Date: Sat, 13 Jan 2001 22:33:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/13 22:33:10 PST Modified files: sys/dev/vinum vinumio.c Log: format_config: If a subdisk loses its drive (due to a bug which has not yet been caught), don't save the config with a null drive name (which causes the drive to be renamed "plex" on the next start), put in the text "*invalid*" instead. This is damage control, not a fix. Experienced by: peter Break some long format strings so that they fit in style(9)-sized lines. Remove some "outdentation". Revision Changes Path 1.64 +25 -12 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message