Changeset 964d3947 in freewrt for package/mksh/Config.in
- Timestamp:
- Jan 29, 2010, 11:55:13 AM (16 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 00109fe
- Parents:
- a28b47a
- File:
-
- 1 edited
-
package/mksh/Config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/mksh/Config.in
ra28b47a r964d3947 12 12 fixes and feature improvements, in order to produce a modern, 13 13 robust shell good for interactive and especially script use. 14 mksh has UTF-8 support (e.g. in the emacs editing mode); R38c 15 corresponds to OpenBSD 4.5-current ksh (without GNU bash-like 16 $PS1 and fancy character classes). The code has throughoutly 14 mksh has UTF-8 support (in substring operations and the Emacs 15 editing mode) and, while R39b corresponds to OpenBSD 4.6-cur- 16 rent ksh (without GNU bash-like PS1 and fancy character clas- 17 ses), adheres to SUSv4 and is much more robust. The code has 17 18 been cleaned up and simplified, bugs fixed, standards compli- 18 19 ance added, and several enhancements (for extended compatibi- 19 20 lity to other modern shells - as well as a couple of its own) 20 have been placed.21 are available. 21 22 22 This package also adds /bin/mksh to /etc/shells and a $PS1 command 23 to /etc/profile in order to create a consistent working environment. 23 This package also adds /bin/mksh to /etc/shells and creates 24 a /etc/mkshrc file, which can be used to further customise 25 the shell's look and feel, in order to create a consistent 26 working environment. 24 27 25 28 http://mirbsd.de/mksh … … 33 36 Ideal for embedded systems. However, be aware you will lose some 34 37 functionality you'd otherwise expect, among these is the vi command 35 line editing mode, the readlink and rename builtins, etc.38 line editing mode, some builtins, language features, etc. 36 39 37 40 config FWRT_PACKAGE_MKSH_AS_BINASH
Note:
See TracChangeset
for help on using the changeset viewer.
