From 203fe174cc57316909c86192daef125b9146af8d Mon Sep 17 00:00:00 2001
From: mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Thu, 7 Sep 2006 17:40:28 +0000
Subject: [PATCH] change more to less

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4774 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/base-files/default/etc/profile      | 2 +-
 package/busybox/config/miscutils/Config.in  | 2 +-
 package/busybox/config/util-linux/Config.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/base-files/default/etc/profile b/package/base-files/default/etc/profile
index c42ee4a89..ae514b092 100644
--- a/package/base-files/default/etc/profile
+++ b/package/base-files/default/etc/profile
@@ -4,7 +4,7 @@
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
 export PS1='\u@\h:\w\$ '
 
-[ -x /usr/bin/less ] || alias less=more
+alias more=less
 [ -x /usr/bin/vim ] || alias vim=vi
 
 arp() { cat /proc/net/arp; }
diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in
index f13d8ba0b..407503dc4 100644
--- a/package/busybox/config/miscutils/Config.in
+++ b/package/busybox/config/miscutils/Config.in
@@ -127,7 +127,7 @@ config BUSYBOX_CONFIG_LAST
 
 config BUSYBOX_CONFIG_LESS
 	bool "less"
-	default n
+	default y
 	help
 	  'less' is a pager, meaning that it displays text files. It possesses
 	  a wide array of features, and is an improvement over 'more'.
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in
index 9081555ef..b7a8ae91f 100644
--- a/package/busybox/config/util-linux/Config.in
+++ b/package/busybox/config/util-linux/Config.in
@@ -315,7 +315,7 @@ config BUSYBOX_CONFIG_FEATURE_MKSWAP_V0
 
 config BUSYBOX_CONFIG_MORE
 	bool "more"
-	default y
+	default n
 	help
 	  more is a simple utility which allows you to read text one screen
 	  sized page at a time.  If you want to read text that is larger than
-- 
2.20.1