diff options
Diffstat (limited to 'src/00-NOTE.txt')
| -rw-r--r-- | src/00-NOTE.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/00-NOTE.txt b/src/00-NOTE.txt new file mode 100644 index 0000000..b51d541 --- /dev/null +++ b/src/00-NOTE.txt @@ -0,0 +1,22 @@ +This is mksh from AnonCVS on 2010-08-24 with the +following files removed: +• Makefile + (not part of regular mksh releases anyway) +• dot.mkshrc + (not needed, we use our own for Android) +• mksh.1 + (manpage; also available from the web) +• setmode.c + (not needed, we don’t use the mknod builtin) +• strlcpy.c + (not needed, bionic provides this) + +The manual page can be downloaded as PDF (ISO A4 paper) from +https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh.pdf or read +online at https://www.mirbsd.org/man1/mksh (HTML). + +The following changes are done to code in this subdirectory +at the moment: +• check.t main.sh: remove the 'stop' alias to 'kill -STOP' + since Android has a built in stop command that the alias + overrides, causing problems with testing tools
\ No newline at end of file |
