Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2006 11:10:25 GMT
From:      Thomas Quinot <thomas@FreeBSD.ORG>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/102160: [patch] fix EDITOR and PAGER in fixit.profile
Message-ID:  <200608241110.k7OBAP0r047573@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/102160; it has been noted by GNATS.

From: Thomas Quinot <thomas@FreeBSD.ORG>
To: bug-followup@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608241110.k7OBAP0r047573>