Changeset 3919
- Timestamp:
- 02/25/10 23:11:27 (2 years ago)
- Files:
-
- branches/freewrt_1_0/package/mksh/Config.in (modified) (1 diff)
- branches/freewrt_1_0/package/mksh/Makefile (modified) (1 diff)
- branches/freewrt_1_0/package/mksh/patches/patch-dot_mkshrc (modified) (1 diff)
- trunk/freewrt/package/mksh/Config.in (modified) (1 diff)
- trunk/freewrt/package/mksh/Makefile.inc (modified) (1 diff)
- trunk/freewrt/package/mksh/patches/patch-dot_mkshrc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/freewrt_1_0/package/mksh/Config.in
r3916 r3919 13 13 robust shell good for interactive and especially script use. 14 14 mksh has UTF-8 support (in substring operations and the Emacs 15 editing mode) and, while R39 bcorresponds to OpenBSD 4.6-cur-15 editing mode) and, while R39c corresponds to OpenBSD 4.6-cur- 16 16 rent ksh (without GNU bash-like PS1 and fancy character clas- 17 17 ses), adheres to SUSv4 and is much more robust. The code has branches/freewrt_1_0/package/mksh/Makefile
r3916 r3919 8 8 9 9 PKG_NAME= mksh 10 PKG_VERSION= 39 b10 PKG_VERSION= 39c 11 11 PKG_RELEASE= 1 12 12 PKG_SOURCE= ${PKG_NAME}-R39b.cpio.gz 13 PKG_MD5SUM= 91274beff2be95260a51234d2c7bb4f713 PKG_MD5SUM= 0c3cd172b47eefcdf9a302baa42f5092 14 14 15 15 PKG_SOURCE_URL= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ branches/freewrt_1_0/package/mksh/patches/patch-dot_mkshrc
r3916 r3919 8 8 – since this is not ~/.mkshrc make sure subshells find it 9 9 10 --- mksh/dot.mkshrc~ 2010-0 1-29 10:40:06.000000000 +010011 +++ mksh/dot.mkshrc 2010-0 1-29 10:56:48.000000000 +010010 --- mksh/dot.mkshrc~ 2010-02-25 21:48:34.000000000 +0100 11 +++ mksh/dot.mkshrc 2010-02-25 23:09:38.000000000 +0100 12 12 @@ -21,13 +21,15 @@ 13 13 #- 14 # ~/.mkshrc: mksh initialisation file for interactive shells14 # ${ENV:-~/.mkshrc}: mksh initialisation file for interactive shells 15 15 16 16 -: ${EDITOR:=/bin/ed} ${TERM:=vt100} ${HOSTNAME:=$(ulimit -c 0;hostname -s 2>&-)} trunk/freewrt/package/mksh/Config.in
r3916 r3919 11 11 robust shell good for interactive and especially script use. 12 12 mksh has UTF-8 support (in substring operations and the Emacs 13 editing mode) and, while R39 bcorresponds to OpenBSD 4.6-cur-13 editing mode) and, while R39c corresponds to OpenBSD 4.6-cur- 14 14 rent ksh (without GNU bash-like PS1 and fancy character clas- 15 15 ses), adheres to SUSv4 and is much more robust. The code has trunk/freewrt/package/mksh/Makefile.inc
r3916 r3919 6 6 7 7 PKG_NAME= mksh 8 PKG_VERSION= 39 b8 PKG_VERSION= 39c 9 9 PKG_RELEASE= 1 10 10 DISTFILES= ${PKG_NAME}-R${PKG_VERSION}.cpio.gz 11 PKG_MD5SUM= 91274beff2be95260a51234d2c7bb4f711 PKG_MD5SUM= 0c3cd172b47eefcdf9a302baa42f5092 12 12 13 13 MASTER_SITES= ${MASTER_SITE_MIRBSD:distfiles/=dist/mir/mksh/} trunk/freewrt/package/mksh/patches/patch-dot_mkshrc
r3903 r3919 6 6 – yofuh doesn’t like $? in $PS1 7 7 8 --- mksh .orig/dot.mkshrc Tue Nov 3 17:58:44 20099 +++ mksh/dot.mkshrc Sun Nov 22 21:21:20 20098 --- mksh/dot.mkshrc~ 2010-02-25 21:48:34.000000000 +0100 9 +++ mksh/dot.mkshrc 2010-02-25 23:09:38.000000000 +0100 10 10 @@ -21,13 +21,15 @@ 11 11 #- 12 # ~/.mkshrc: mksh initialisation file for interactive shells12 # ${ENV:-~/.mkshrc}: mksh initialisation file for interactive shells 13 13 14 14 -: ${EDITOR:=/bin/ed} ${TERM:=vt100} ${HOSTNAME:=$(ulimit -c 0;hostname -s 2>&-)}


