1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 13:19:29 +03:00

change more to less

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4774 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2006-09-07 17:40:28 +00:00
parent 9400d6fadd
commit 203fe174cc
3 changed files with 3 additions and 3 deletions

View File

@ -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; }

View File

@ -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'.

View File

@ -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