From 7037e3c3ce33a4a8d4e4ab8e0e826d466076f9b6 Mon Sep 17 00:00:00 2001 From: eadler Date: Sat, 10 Nov 2012 06:05:04 +0000 Subject: [PATCH] MFC r242514: 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. Approved by: cperciva (implicit) Approved by: re (kib) git-svn-id: svn://svn.freebsd.org/base/releng/9.1@242850 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/root/dot.cshrc | 2 +- share/skel/dot.cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index b6658259..8f75be45 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 diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index b6658259..8f75be45 100644 --- a/share/skel/dot.cshrc +++ b/share/skel/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 -- 2.42.0