1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/shmux/pkg-descr
Kai Knoblich b336292c16 net/shmux: Update to 1.0.3
While I'm here:

* Switch to GitHub and update the WWW field to avoid redirects.
* Modernize the option knobs.
* Update the license that has changed with the new release.
* Add "localbase" to USES to fix a bug that has been there a long time if
  the PCRE option was enabled. Before that the configure script was able to
  find libpcre but used bogus paths for the -I and -L compiler flags which
  produced a binary that was never linked against libpcre.

PR:		238618
Submitted by:	Thomas Merkel <tm@NetBSD.org>
Approved by:	portmgr (blanket, unmaintained port)
2019-06-18 19:16:41 +00:00

9 lines
469 B
Plaintext

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.
WWW: https://github.com/shmux/shmux