diff options
author | wiz <wiz> | 2007-04-12 21:38:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-04-12 21:38:24 +0000 |
commit | f5bef2caf8db30ee6d67920c848a291b3796eb89 (patch) | |
tree | 57029a8e20815cd24bdb2d4e09be56b8c5dff7a5 /sysutils/shmux | |
parent | d67b88dd566cfc0ad3f733aa7f609199b77d57ff (diff) | |
download | pkgsrc-f5bef2caf8db30ee6d67920c848a291b3796eb89.tar.gz |
Update to 1.0:
No change since 1.0b10 [2006/08/10].
Changes since 1.0b9 [2006/07/06]:
- new 'F', 'v' and 'D' commands for interactive mode.
- added -F option (as suggested by Chase Phillips).
- fixed long standing but rare data corruption bug (reported by Jon Amundsen).
Changes since 1.0b8 [2006/06/30]:
- child exit status was not saved when waiting for its orphans.
- look for termcap in ncurses library (reported by Stephan Hegel).
Changes since 1.0b7 [2006/05/22]:
- SHMUX_SSH*_OPTS are now parsed by shmux, allowing passing more complex
options strings. (loosely based on code from Jos Backus.)
- added -B option (courtesy of Chase Phillips and Jos Backus).
- minor enhancement of "interactive mode" status reporting.
Changes since 1.0b6 [2004/12/15]:
- improved timeout enforcement using process groups (suggested by Jos Backus).
- improved handling of "impossible" waitpid() failures.
Changes since 1.0b5 [2004/09/20]:
- user@target now works with rsh.
- fixed miscellaneous assumptions/bugs related to fping.
- user@target is no longer incompatible with -p.
Diffstat (limited to 'sysutils/shmux')
-rw-r--r-- | sysutils/shmux/Makefile | 4 | ||||
-rw-r--r-- | sysutils/shmux/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/shmux/Makefile b/sysutils/shmux/Makefile index 16d46f641f3..0bf0635485a 100644 --- a/sysutils/shmux/Makefile +++ b/sysutils/shmux/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:43 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2007/04/12 21:38:24 wiz Exp $ -DISTNAME= shmux-1.0b5 +DISTNAME= shmux-1.0 CATEGORIES= sysutils MASTER_SITES= http://web.taranis.org/shmux/dist/ EXTRACT_SUFX= .tgz diff --git a/sysutils/shmux/distinfo b/sysutils/shmux/distinfo index 81a8d16bbef..2a6b89a405c 100644 --- a/sysutils/shmux/distinfo +++ b/sysutils/shmux/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 13:40:57 agc Exp $ +$NetBSD: distinfo,v 1.4 2007/04/12 21:38:24 wiz Exp $ -SHA1 (shmux-1.0b5.tgz) = 1ea5c296072390072a6128249b53b943183f21fb -RMD160 (shmux-1.0b5.tgz) = f718a8a86a6d0981be1a011d2cb2aea400ca62b7 -Size (shmux-1.0b5.tgz) = 76863 bytes +SHA1 (shmux-1.0.tgz) = 3a5fef29ea7f2631668af348d651079fd65a1321 +RMD160 (shmux-1.0.tgz) = 5b45f744fb85ccd99534f0b13d12a9bc49cea9e1 +Size (shmux-1.0.tgz) = 81096 bytes |