svn commit: r242850 - in releng/9.1: etc/root share/skel
Eitan Adler
eadler at FreeBSD.org
Sat Nov 10 06:05:05 UTC 2012
Author: eadler
Date: Sat Nov 10 06:05:04 2012
New Revision: 242850
URL: http://svnweb.freebsd.org/changeset/base/242850
Log:
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)
Modified:
releng/9.1/etc/root/dot.cshrc
releng/9.1/share/skel/dot.cshrc
Directory Properties:
releng/9.1/etc/ (props changed)
releng/9.1/share/skel/ (props changed)
Modified: releng/9.1/etc/root/dot.cshrc
==============================================================================
--- releng/9.1/etc/root/dot.cshrc Sat Nov 10 04:49:09 2012 (r242849)
+++ releng/9.1/etc/root/dot.cshrc Sat Nov 10 06:05:04 2012 (r242850)
@@ -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
Modified: releng/9.1/share/skel/dot.cshrc
==============================================================================
--- releng/9.1/share/skel/dot.cshrc Sat Nov 10 04:49:09 2012 (r242849)
+++ releng/9.1/share/skel/dot.cshrc Sat Nov 10 06:05:04 2012 (r242850)
@@ -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
More information about the svn-src-releng
mailing list