IABSD.fr/ports/sysutils/shmux/Makefile

Branch :


Log

Author Commit Date CI Message
c6299e57 2015-01-22 18:41:16 Drop USE_GROFF: trivial page footer difference only.
eae66e4a 2013-03-11 11:35:43 PERMIT_* / REGRESS->TEST sweep
6c283d7e 2010-11-20 17:22:40 new depends
4d0f59f3 2010-11-11 19:00:48 last WANTLIB conversion, hopefully
709b054a 2010-10-19 07:43:00 USE_GROFF=Yes
0d44329f 2010-04-12 09:16:33 import sysutils/shmux, based on a submission from Olivier Cherrier long ago. ok jasper@ 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.