bin/102160: [patch] fix EDITOR and PAGER in fixit.profile

Thomas Quinot thomas at FreeBSD.ORG
Thu Aug 24 11:10:27 UTC 2006


The following reply was made to PR bin/102160; it has been noted by GNATS.

From: Thomas Quinot <thomas at FreeBSD.ORG>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: bin/102160: [patch] fix EDITOR and PAGER in fixit.profile
Date: Thu, 24 Aug 2006 13:07:25 +0200

 Proposed patch attached.
 
 Thomas.
 
 Index: fixit.profile
 ===================================================================
 RCS file: /space/mirror/ncvs/src/release/fixit.profile,v
 retrieving revision 1.10
 diff -u -r1.10 fixit.profile
 --- fixit.profile	2 Sep 2004 13:40:34 -0000	1.10
 +++ fixit.profile	24 Aug 2006 11:04:51 -0000
 @@ -3,8 +3,8 @@
  
  export BLOCKSIZE=K
  export PS1="Fixit# "
 -export EDITOR="/mnt2/stand/vi"
 -export PAGER="/mnt2/stand/more"
 +export EDITOR="/mnt2/rescue/vi"
 +export PAGER="/mnt2/usr/bin/less"
  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


More information about the freebsd-bugs mailing list