From owner-freebsd-doc Mon Aug 9 16: 4: 9 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AC57153B3 for ; Mon, 9 Aug 1999 16:03:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA63662; Mon, 9 Aug 1999 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9374D152E5; Mon, 9 Aug 1999 15:58:36 -0700 (PDT) Message-Id: <19990809225836.9374D152E5@hub.freebsd.org> Date: Mon, 9 Aug 1999 15:58:36 -0700 (PDT) From: junkmale@xtra.co.nz To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/13050: man vinum reports incorrect log file name Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13050 >Category: docs >Synopsis: man vinum reports incorrect log file name >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 9 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: 3.2-RELEASE >Organization: The FreeBSD Diary >Environment: FreeBSD fred.int.nz.freebsd.org 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sun Aug 8 21:27:33 GMT 1999 root@fred.int.nz.freebsd.org:/usr/src/sys/compile/FRED i386 >Description: In man vinum, under LOG FILE, the log file is documented as /var/tmp/vinum.history But the file created is actually /var/tmp/vinum_history >How-To-Repeat: Start vinum or run vinum create. Then check /var/tmp directory. You'll see /var/tmp/vinum_history but not /var/tmp/vinum.history >Fix: Apply this patch to *** vinum.8 Tue Aug 10 10:54:10 1999 --- vinum.8.copy Tue Aug 10 10:54:40 1999 *************** *** 1380,1390 **** uses the first 265 sectors on each partition for configuration information, so the maximum size of a subdisk is 265 sectors smaller than the drive. .Sh LOG FILE .Nm maintains a log file, by default ! .Pa /var/tmp/vinum.history , in which it keeps track of the commands issued to .Nm vinum . You can override the name of this file by setting the environment variable .Ev VINUM_HISTORY to the name of the file. --- 1380,1390 ---- uses the first 265 sectors on each partition for configuration information, so the maximum size of a subdisk is 265 sectors smaller than the drive. .Sh LOG FILE .Nm maintains a log file, by default ! .Pa /var/tmp/vinum_history , in which it keeps track of the commands issued to .Nm vinum . You can override the name of this file by setting the environment variable .Ev VINUM_HISTORY to the name of the file. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message