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
This commit is contained in:
Eitan Adler 2012-11-03 14:46:15 +00:00
parent 4ed0ebf649
commit 382dc3ca38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242514
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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