Config.in 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. config ADK_PACKAGE_MKSH
  2. prompt "mksh................................. The MirBSD enhanced Korn Shell"
  3. tristate
  4. default n
  5. help
  6. mksh is the MirBSD enhanced version of the Public Domain Korn
  7. shell (pdksh), a bourne-compatible shell which is largely si-
  8. milar to the original AT&T Korn shell. It includes bug fixes
  9. and feature improvements in order to produce a modern, robust
  10. shell good for interactive and especially script use. It has
  11. UTF-8 support in the emacs command line editing mode; corres-
  12. ponds to OpenBSD 4.4-beta ksh without GNU bash-like $PS1; the
  13. build environment requirements are autoconfigured; throughout
  14. code simplification/bugfix/enhancement has been done, and the
  15. shell has extended compatibility to other modern shells.
  16. This package also installs mksh as /bin/ash and /bin/sh (i.e.
  17. the default Bourne/POSIX shell) and creates a ~/.mkshrc file,
  18. which can be used to further customise the look and feel.
  19. http://mirbsd.de/mksh
  20. config ADK_PACKAGE_MKSH_FULL
  21. bool " Include all features"
  22. depends on ADK_PACKAGE_MKSH
  23. default y
  24. help
  25. Disable this to remove a few functions from mksh to make it smaller.
  26. Ideal for embedded systems. However, be aware you will lose some
  27. functionality you'd otherwise expect, among these is the vi command
  28. line editing mode.