From owner-cvs-all Tue May 4 22:11:18 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 8CE5B14D4D; Tue, 4 May 1999 22:11:16 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA80869; Tue, 4 May 1999 22:11:16 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905050511.WAA80869@freefall.freebsd.org> From: Greg Lehey Date: Tue, 4 May 1999 22:11:16 -0700 (PDT) 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/05/04 22:11:16 PDT Modified files: (Branch: RELENG_3) sbin/vinum v.c Log: MFC: Bring up to level of -CURRENT 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. When looking at all objects, look at all objects. main: If the wrong version is started, execve the correct version. Maintain a log file, by default /var/log/vinum.history, showing what has been done. This name can be overridden by the value of the VINUM_HISTORY environment variable. Print dates in log file according to the variable VINUM_DATEFORMAT, by default %e %b %Y %H:%M:%S. timestamp: Assign explicit variable for sec to get it to compile on Alpha. Add definitions for history functions and printconfig split. Revision Changes Path 1.4.2.3 +69 -8 src/sbin/vinum/v.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message