| Summary: | EDITOR and PAGER not set correctly in fixit.profile | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Thomas Quinot <thomas> |
| Component: | bin | Assignee: | kensmith |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Thomas Quinot
2006-08-16 21:50:18 UTC
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 Responsible Changed From-To: freebsd-bugs->thomas I'll take care of this one. Responsible Changed From-To: thomas->kensmith Working on this. State Changed From-To: open->closed Fixed in RELENG_7 and RELENG_6. |