diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-07 22:52:40 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-07 22:52:40 +0000 |
commit | a03b08c943c01cb3b617cc93df1aaff88da0f5ef (patch) | |
tree | cbb21fa48eeff16245778f8e48f836f63c349fb2 /net/Makefile | |
parent | 531ab5d4d4fabfdae5c4436ee0630f93028f4295 (diff) |
Add shmux 1.0.b4, a utility to run commands in parallel on multiple hosts
using ssh, rsh, or a custom shell command as a transport.
PR: ports/71326
Submitted by: Jon Amundsen <shmux@jamundsen.dyndns.org>
Approved by: pav (mentor)
Notes
Notes:
svn path=/head/; revision=130566
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index aba6f1cdf3c9..35a796713d06 100644 --- a/net/Makefile +++ b/net/Makefile @@ -693,6 +693,7 @@ SUBDIR += ser SUBDIR += serveez SUBDIR += sharity-light + SUBDIR += shmux SUBDIR += silc-client SUBDIR += silc-server SUBDIR += silky |