hush: move msh/lash config into hush.c, no code changes
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 16 Jul 2010 17:26:38 +0000 (19:26 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 16 Jul 2010 17:26:38 +0000 (19:26 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/Config.src
shell/hush.c

index f6f0b6c94d5c3cae9acebfcb2082246b0f5ddd0f..c9c2439e72d71ea73e02731b6b79603f68bb4263 100644 (file)
@@ -62,29 +62,6 @@ config FEATURE_BASH_IS_NONE
 endchoice
 
 
-config LASH
-       bool "lash (deprecated: aliased to hush)"
-       default n
-       select HUSH
-       help
-         lash is deprecated and will be removed, please migrate to hush.
-
-config MSH
-       bool "msh (deprecated: please use hush)"
-       default n
-       select HUSH
-       help
-         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.
-
-#        The minix shell (adds just 30k) is quite complete and handles things
-#        like for/do/done, case/esac and all the things you expect a Bourne
-#        shell to do. It is not always pedantically correct about Bourne
-#        shell grammar (try running the shell testscript "tests/sh.testcases"
-#        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.
-
-
 config SH_MATH_SUPPORT
        bool "POSIX math support"
        default y
index 56a3f4b14a4c66455cf33c040e8e70f952fd7966..9208ec4974eb4e68bd8276b8797897445304509d 100644 (file)
 //config:        This instructs hush to print commands before execution.
 //config:        Adds ~300 bytes.
 //config:
+//config:config LASH
+//config:      bool "lash (deprecated: aliased to hush)"
+//config:      default n
+//config:      select HUSH
+//config:      help
+//config:        lash is deprecated and will be removed, please migrate to hush.
+//config:
+//config:config MSH
+//config:      bool "msh (deprecated: aliased to hush)"
+//config:      default n
+//config:      select HUSH
+//config:      help
+//config:        msh is deprecated and will be removed, please migrate to hush.
+//config:
 
 //usage:#define hush_trivial_usage NOUSAGE_STR
 //usage:#define hush_full_usage ""