Date: Wed, 19 Feb 2003 09:10:08 -0800 (PST) From: Ruslan Ermilov <ru@freebsd.org> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/48461: $EDITOR on the fixit CD is wrong. Message-ID: <200302191710.h1JHA87D095160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/48461; it has been noted by GNATS. From: Ruslan Ermilov <ru@freebsd.org> To: David Gilbert <dgilbert@velocet.ca> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: misc/48461: $EDITOR on the fixit CD is wrong. Date: Wed, 19 Feb 2003 19:06:35 +0200 On Wed, Feb 19, 2003 at 11:30:50AM -0500, David Gilbert wrote: > > 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. > > --- 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 > Will it also work with the fixit floppy? Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302191710.h1JHA87D095160>