change more to less
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Sep 2006 17:40:28 +0000 (17:40 +0000)
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Sep 2006 17:40:28 +0000 (17:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4774 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/default/etc/profile
package/busybox/config/miscutils/Config.in
package/busybox/config/util-linux/Config.in

index c42ee4a895a6a3899df4c1ec3f99839e5259a711..ae514b09246579c0489c19c26480d99d38c75e05 100644 (file)
@@ -4,7 +4,7 @@
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
 export PS1='\u@\h:\w\$ '
 
 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; }
 [ -x /usr/bin/vim ] || alias vim=vi
 
 arp() { cat /proc/net/arp; }
index f13d8ba0bc85624fd38cab8bdb267fc40bef1659..407503dc405462f473041584fe4826314de2d2b7 100644 (file)
@@ -127,7 +127,7 @@ config BUSYBOX_CONFIG_LAST
 
 config BUSYBOX_CONFIG_LESS
        bool "less"
 
 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'.
        help
          'less' is a pager, meaning that it displays text files. It possesses
          a wide array of features, and is an improvement over 'more'.
index 9081555ef4e7a8412f11fb0fc784b94c95856330..b7a8ae91f54833114314080535bf4a1d221ea59d 100644 (file)
@@ -315,7 +315,7 @@ config BUSYBOX_CONFIG_FEATURE_MKSWAP_V0
 
 config BUSYBOX_CONFIG_MORE
        bool "more"
 
 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
        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