diff options
author | eadler <eadler@FreeBSD.org> | 2012-11-03 14:46:15 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-11-03 14:46:15 +0000 |
commit | 3d05bb3fd002b937ae19b73aa9f6481480ce5ac1 (patch) | |
tree | cba67142f5330777dd288e7fc111ae787f5d292b /etc/root | |
parent | 7d0528e7e8b8b3e83cd5bca8737945d73916a5f8 (diff) | |
download | FreeBSD-src-3d05bb3fd002b937ae19b73aa9f6481480ce5ac1.zip FreeBSD-src-3d05bb3fd002b937ae19b73aa9f6481480ce5ac1.tar.gz |
Revert the change that makes less default.
Since I've committed this I've receieved roughly an equal
amount of email thanking me for making this change
and asking me to revert it.
I've resisted making this change because
new users tend to prefer less over more
and these users are the least likely to know
how to change the PAGER on their own.
Requested by: many
Objected to: just as many
Decision made by: core
Approved by: cperciva
MFC after: 3 days
Diffstat (limited to 'etc/root')
-rw-r--r-- | etc/root/dot.cshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index b665825..8f75be4 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -18,7 +18,7 @@ umask 22 set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin) setenv EDITOR vi -setenv PAGER less +setenv PAGER more setenv BLOCKSIZE K if ($?prompt) then |