diff options
author | Mike Baker <mbm@openwrt.org> | 2006-09-07 17:40:28 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-09-07 17:40:28 +0000 |
commit | d5fa051bb7f1c0ef271bef3ec8b0f7881a567368 (patch) | |
tree | 62218a0d0a5f9575bc80e293de4ee1dbee99579d /package/busybox/config | |
parent | e2f9477f27022a728d514bd15bb535a46c3d36c1 (diff) | |
download | upstream-d5fa051bb7f1c0ef271bef3ec8b0f7881a567368.tar.gz upstream-d5fa051bb7f1c0ef271bef3ec8b0f7881a567368.tar.bz2 upstream-d5fa051bb7f1c0ef271bef3ec8b0f7881a567368.zip |
change more to less
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4774 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/miscutils/Config.in | 2 | ||||
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index f13d8ba0bc..407503dc40 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 9081555ef4..b7a8ae91f5 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 |