From owner-cvs-all Thu Jun 1 20:54: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 9A35437BD47; Thu, 1 Jun 2000 20:54:34 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA84826; Thu, 1 Jun 2000 20:54:33 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <200006020354.UAA84826@freefall.freebsd.org> From: Greg Lehey Date: Thu, 1 Jun 2000 20:54:33 -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 X-Loop: FreeBSD.ORG grog 2000/06/01 20:54:33 PDT Modified files: sbin/vinum v.c Log: Change the default command history file from /var/tmp/vinum_history to /var/log/vinum_history. Also check that any existing history file is a regular file. Admonished-by: imp Allow stopping long-running commands with ^C (well, SIGINTR). Previously this would stop the program. Revision Changes Path 1.28 +50 -3 src/sbin/vinum/v.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message