]> Zhao Yanbai Git Server - minix.git/commit
Importing usr.bin/write 69/1069/1
authorThomas Cort <tcort@minix3.org>
Fri, 25 Oct 2013 19:25:55 +0000 (15:25 -0400)
committerThomas Cort <tcort@minix3.org>
Fri, 25 Oct 2013 21:21:52 +0000 (17:21 -0400)
commit00709a7737e9715e29a192fe59a95679b88d2887
treee79714549fda195e5cc76d24d5d85f07867f2946
parentb36343fc42f8e1ea4036ffebd97257177e11005c
Importing usr.bin/write

Replaces commands/write. No Minix-specific changes needed.

The NetBSD version lacks a few features that were present
in the Minix version: cbreak mode, verbose, and shell escapes,
but the main write(1) functionality is there and working.

Change-Id: I87b9589c54d3595d26247d221bb3d1f613feeb8c
12 files changed:
commands/Makefile
commands/write/Makefile [deleted file]
commands/write/write.c [deleted file]
man/man1/Makefile
man/man1/write.1 [deleted file]
releasetools/nbsd_ports
usr.bin/Makefile
usr.bin/write/Makefile [new file with mode: 0644]
usr.bin/write/term_chk.c [new file with mode: 0644]
usr.bin/write/term_chk.h [new file with mode: 0644]
usr.bin/write/write.1 [new file with mode: 0644]
usr.bin/write/write.c [new file with mode: 0644]