mksh 46-2ubuntu3 source package in Ubuntu

Changelog

mksh (46-2ubuntu3) trusty; urgency=medium

  * Enable klibc-based build on arm64 as well.
 -- Adam Conrad <email address hidden>   Mon, 23 Dec 2013 19:48:34 -0700

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
shells
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main shells

Downloads

File Size SHA-256 Checksum
mksh_46.orig.tar.gz 341.3 KiB dbe6bf60b111a962ed33eb16dffa4d726d62dc0d60ad5429f0d575fc430af05a
mksh_46-2ubuntu3.debian.tar.gz 82.0 KiB 9e59982a7c22ceb487c97c62da1ea18a31218e529f635fcd7a76fa7d89a66ffa
mksh_46-2ubuntu3.dsc 1.5 KiB c133274703698639abe0c8670ac40029b3aa0e206b21aa7dca446ddbec2e38ea

Available diffs

View changes file

Binary packages built by this source

mksh: MirBSD Korn Shell

 mksh is the successor of the Public Domain Korn shell (pdksh),
 a Bourne/POSIX compatible shell which is largely similar to the
 original AT&T Korn Shell (ksh88/ksh93).
 It includes bug fixes and feature improvements, in order to produce a
 modern, robust shell good for interactive and especially script use.
 mksh has UTF-8 support (in string operations and the Emacs editing
 mode). The code has been cleaned up and simplified, bugs fixed,
 standards compliance added, and several enhancements (for extended
 compatibility to other modern shells, as well as a couple of its
 own) are available.
 This shell is Debian Policy 10.4 compliant and may be used as /bin/sh
 on Debian systems (if udev is installed, /bin/lksh should be used;
 otherwise, both /bin/mksh-static and /bin/mksh flavours also work),
 and as rescue and initrd shell (/bin/mksh-static especially).
 .
 The mksh-static binary is a version of mksh, linked against klibc or
 dietlibc (if they exist for that Debian architecture and are usable)
 and optimised for small code size, for example for use on initrd or
 initramfs images, installation or rescue systems, or /bin/sh on slow
 architectures.
 It omits some leaf features to be even smaller.
 .
 The lksh binary is a script shell based on mksh intended to run old
 ksh88 and pdksh scripts, but not for interactive use.
 .
 A sample ~/.mkshrc is included in /usr/share/doc/mksh/examples and
 provided as /etc/mkshrc conffile, which is sourced by another file
 /etc/skel/.mkshrc users are recommended to copy into their home.

pdksh: transitional dummy package to migrate from pdksh to mksh

 The Public Domain Korn Shell "pdksh" is a mostly complete AT&T ksh
 look-alike, but has been superseded by mksh. This transitional dummy
 package exists to fulfil the needs of existing users, dependencies
 and build-dependencies by providing pdksh symlinks to the legacy
 flavour of mksh. You can safely remove it once you have no remaining
 users or scripts depending on pdksh any more (do make sure to check
 users' login shells).
 .
 Note: the mksh legacy flavour is not intended for interactive use.
 Please change your login shell to /bin/mksh and copy /etc/skel/.mkshrc
 to your home directory.