On Tue, Mar 18, 2008 at 05:19:02PM -0400, Olivier Cherrier wrote:
> 
> On Thu, Mar 13, 2008 at 08:55:13AM -0400, [EMAIL PROTECTED] wrote:
> > 
> > Here is a port of shmux:
> >     http://www.symacx.com/data/software/OpenBSD/shmux.taz
> > 
> > $ cat sysutils/shmux/pkg/DESCR 
> > 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.
> > 
> > 

Nice one, builds and works fine @i386.
Some details : COMMENT doesn't need quotes, it would be nice to push
snprinf patches upstream.. licence is weird, for me your reasoning on
PERMIT_ markers is right but i'm not a licence expert. Anyone ?

Also, use --with-pcre=${LOCALBASE}.. or even better
CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include"
LDFLAGS="-L${LOCALBASE}/lib"

Other than that, looks good.. after further testing i think it can go
in.

Landry

Reply via email to