From owner-freebsd-bugs Wed Feb 19 8:40:16 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A29937B401 for ; Wed, 19 Feb 2003 08:40:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B51A43FA3 for ; Wed, 19 Feb 2003 08:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1JGeBNS085332 for ; Wed, 19 Feb 2003 08:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1JGeBWe085331; Wed, 19 Feb 2003 08:40:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 188E037B401 for ; Wed, 19 Feb 2003 08:30:52 -0800 (PST) Received: from sabre.velocet.net (sabre.velocet.net [216.138.209.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9544743F75 for ; Wed, 19 Feb 2003 08:30:51 -0800 (PST) (envelope-from dgilbert@velocet.ca) Received: from trooper.velocet.ca (trooper.velocet.net [216.138.242.2]) by sabre.velocet.net (Postfix) with ESMTP id 1A7321380E1 for ; Wed, 19 Feb 2003 11:30:51 -0500 (EST) Received: by trooper.velocet.ca (Postfix, from userid 101) id 911CE74625; Wed, 19 Feb 2003 11:30:50 -0500 (EST) Message-Id: <20030219163050.911CE74625@trooper.velocet.ca> Date: Wed, 19 Feb 2003 11:30:50 -0500 (EST) From: David Gilbert Reply-To: David Gilbert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/48461: $EDITOR on the fixit CD is wrong. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48461 >Category: misc >Synopsis: $EDITOR on the fixit CD is wrong. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 19 08:40:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: David Gilbert >Release: FreeBSD 4.7-RELEASE i386 >Organization: Velocet Communications >Environment: System: FreeBSD trooper.velocet.ca 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Mon Nov 18 10:08:06 EST 2002 root@trooper.velocet.ca:/usr/src/sys/compile/TROOPER i386 This occurs on the 4.7-disc2.iso distributed from the canonical FTP site. >Description: In my case, I was using disklabel -e and it tries to run /mnt2/stand/vi ... which is not present. Maybe this is a floppy thing... but we should be able to make this work in both places. My simple patch doesn't address the floppy issue, I don't think. >How-To-Repeat: run disklabel -e from the fixit CD. >Fix: --- fixit.profile.orig Wed Feb 19 11:18:14 2003 +++ fixit.profile Wed Feb 19 11:23:59 2003 @@ -3,8 +3,8 @@ export BLOCKSIZE=K export PS1="Fixit# " -export EDITOR="/mnt2/stand/vi" -export PAGER="/mnt2/stand/more" +export EDITOR="/mnt2/usr/bin/vi" +export PAGER="/mnt2/usr/bin/more" export SCSI_MODES="/mnt2/usr/share/misc/scsi_modes" # the root MFS doesn't have /dev/nrsa0, pick a better default for mt(1) export TAPE=/mnt2/dev/nrsa0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message