diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-29 00:52:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-29 00:52:41 +0000 |
commit | b975febeea845d3731bbed46f8936f352ffc3be6 (patch) | |
tree | 1b9950f13827953f42ea61e080c29ab7e4accd91 | |
parent | 40b8dc410e12e6111b2897f385847a0f3ec720c7 (diff) | |
download | busybox-w32-b975febeea845d3731bbed46f8936f352ffc3be6.tar.gz busybox-w32-b975febeea845d3731bbed46f8936f352ffc3be6.tar.bz2 busybox-w32-b975febeea845d3731bbed46f8936f352ffc3be6.zip |
mark msh as deprecated
-rw-r--r-- | shell/Config.in | 7 |
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 | |||
180 | options such as if/then/elif/else/fi, for/in/do/done, while loops, | 180 | options such as if/then/elif/else/fi, for/in/do/done, while loops, |
181 | case/esac. | 181 | case/esac. |
182 | 182 | ||
183 | It uses only vfork, so it can be used on uClinux systems. | 183 | It uses only vfork, so it can be used on no-mmu systems. |
184 | 184 | ||
185 | It does not handle select, functions, here documents ( << | 185 | It does not handle select, functions, here documents ( << |
186 | word ), arithmetic expansion, aliases, brace expansion, tilde | 186 | word ), arithmetic expansion, aliases, brace expansion, tilde |
@@ -251,7 +251,7 @@ config LASH | |||
251 | lash is deprecated and will be removed, please migrate to hush. | 251 | lash is deprecated and will be removed, please migrate to hush. |
252 | 252 | ||
253 | config MSH | 253 | config MSH |
254 | bool "msh" | 254 | bool "msh (deprecated: please use hush)" |
255 | default n | 255 | default n |
256 | help | 256 | help |
257 | The minix shell (adds just 30k) is quite complete and handles things | 257 | The minix shell (adds just 30k) is quite complete and handles things |
@@ -261,6 +261,9 @@ config MSH | |||
261 | on it and compare vs bash) but for most things it works quite well. | 261 | on it and compare vs bash) but for most things it works quite well. |
262 | It uses only vfork, so it can be used on uClinux systems. | 262 | It uses only vfork, so it can be used on uClinux systems. |
263 | 263 | ||
264 | msh is deprecated and will be removed, please migrate to hush. | ||
265 | If there is a feature msh has but hush does not, please let us know. | ||
266 | |||
264 | comment "Bourne Shell Options" | 267 | comment "Bourne Shell Options" |
265 | depends on MSH || LASH || HUSH || ASH | 268 | depends on MSH || LASH || HUSH || ASH |
266 | 269 | ||