Config.in 911 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_MKSH
  2. bool "mksh"
  3. depends on BR2_USE_MMU # fork()
  4. help
  5. The MirBSD Korn Shell,
  6. mksh is a successor of pdksh but not affiliated with the
  7. pdksh developers or contributors. mksh is not affiliated
  8. with the AT&T Korn Shell, its past or present owners,
  9. other than that both attempt to implement the Korn Shell
  10. programming language.
  11. mksh targets users who desire a compact, fast, reliable,
  12. secure shell not cut off modern extensions; a shell with
  13. Unicode support; an actively developed, current, and
  14. portable product; one with developers that listen to
  15. their users' requests and implement them if they
  16. actually make sense.
  17. mksh aims to replace pdksh in all but very rare use cases
  18. (such as support for checking the Unix mbox) and in all
  19. operating environments
  20. (thus including patches from pdksh on e.g. Debian).
  21. http://www.mirbsd.org/mksh.htm