mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
b336292c16
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)
9 lines
469 B
Plaintext
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
|