diff options
author | obache <obache> | 2008-03-08 01:06:50 +0000 |
---|---|---|
committer | obache <obache> | 2008-03-08 01:06:50 +0000 |
commit | 15d42f8b53385511d9e7bc034f77a0ffc4daadfa (patch) | |
tree | 3c8173397ec807e4ff1fcf46078c396ae144f4f0 /misc/dtach/Makefile | |
parent | 2922bb2a2493f4d2d2dd8964110878b7e9f58540 (diff) | |
download | pkgsrc-15d42f8b53385511d9e7bc034f77a0ffc4daadfa.tar.gz |
Update dtach to 0.8.
Patch provided by MAINTAINER, Francis GUDIN.
The changes in version 0.8 are:
- When using dtach -A or dtach -c, the master will now wait until the client
attaches before trying to read from the program being executed. This avoids
a race condition when the program prints something and exits before the
client can attach itself.
- Instead of exiting quietly, dtach will now report any errors that occur
while trying to execute the program.
- dtach -n can now be used without a terminal.
- dtach -A will now try to detect and remove stale sockets.
- Removed a Linux-specific escape sequence from the code that restores the
original terminal settings.
- Changed dtach.1 to use \- for the dashes in command line options, and
fix an ambiguous backslash.
- Use non-blocking mode in the master process, and avoid data loss by ensuring
that at least one attaching client succesfully completes a write.
- Fix -e ^<char> to work with lowercase characters.
Diffstat (limited to 'misc/dtach/Makefile')
-rw-r--r-- | misc/dtach/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dtach/Makefile b/misc/dtach/Makefile index 9cc53099537..c7787c5f748 100644 --- a/misc/dtach/Makefile +++ b/misc/dtach/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2008/03/04 19:21:11 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/03/08 01:06:50 obache Exp $ -DISTNAME= dtach-0.7 +DISTNAME= dtach-0.8 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtach/} |