--- etc/profile 2008-04-15 14:30:10.000000000 +0000 +++ etc/profile 2012-01-18 14:40:57.252973108 +0000 @@ -13,7 +13,7 @@ # You should override these in your ~/.bashrc (or equivalent) for per-user # settings. For system defaults, you can add a new file in /etc/profile.d/. export EDITOR=${EDITOR:-/bin/nano} -export PAGER=${PAGER:-/usr/bin/less} +export PAGER=${PAGER:-/bin/more} # 077 would be more secure, but 022 is generally quite realistic umask 022