Bug 71326

Summary: New Port: net/shmux Shell multiplexer using rsh, ssh, or custom command as transport.
Product: Ports & Packages Reporter: Jon.Amundsen <Jon.Amundsen>
Component: Individual Port(s)Assignee: Florent Thoumie <flz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shmux.shar none

Description Jon.Amundsen 2004-09-03 06:20:25 UTC
Shmux is program for executing the same command on many hosts in parallel. For
each target, a child process is spawned by shmux, and a shell on the target
obtained one of the supported methods: rsh, ssh, or sh. The output produced by
the children is received by shmux and either (optionally) output in turn to the
user using an easy to read format, or written to files for later processing
making it well suited for use in scripts.
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-03-07 21:22:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Grab.
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-03-07 23:14:29 UTC
State Changed
From-To: open->closed

New port added, thank you!