aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-03-29 00:52:41 +0000
committerMike Frysinger <vapier@gentoo.org>2009-03-29 00:52:41 +0000
commitb975febeea845d3731bbed46f8936f352ffc3be6 (patch)
tree1b9950f13827953f42ea61e080c29ab7e4accd91
parent40b8dc410e12e6111b2897f385847a0f3ec720c7 (diff)
downloadbusybox-b975febeea845d3731bbed46f8936f352ffc3be6.tar.gz
mark msh as deprecated
-rw-r--r--shell/Config.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/Config.in b/shell/Config.in
index bc911c1e2..afc429667 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -180,7 +180,7 @@ config HUSH
options such as if/then/elif/else/fi, for/in/do/done, while loops,
case/esac.
- It uses only vfork, so it can be used on uClinux systems.
+ It uses only vfork, so it can be used on no-mmu systems.
It does not handle select, functions, here documents ( <<
word ), arithmetic expansion, aliases, brace expansion, tilde
@@ -251,7 +251,7 @@ config LASH
lash is deprecated and will be removed, please migrate to hush.
config MSH
- bool "msh"
+ bool "msh (deprecated: please use hush)"
default n
help
The minix shell (adds just 30k) is quite complete and handles things
@@ -261,6 +261,9 @@ config MSH
on it and compare vs bash) but for most things it works quite well.
It uses only vfork, so it can be used on uClinux systems.
+ msh is deprecated and will be removed, please migrate to hush.
+ If there is a feature msh has but hush does not, please let us know.
+
comment "Bourne Shell Options"
depends on MSH || LASH || HUSH || ASH