head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.2
date	2011.09.06.23.18.21;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2011.09.04.19.31.46;	author eadler;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Correct massh.conf handling

Reported by:	pointyhat
@
text
@bin/massh
lib/libmassh.sh
@@unexec if cmp -s %D/etc/massh.conf.example %D/etc/massh.conf; then rm -f %D/etc/massh.conf; fi
etc/massh.conf.example
@@exec if [ ! -f $D/etc/massh.conf ] ; then cp -p %D/%F %B/massh.conf; fi
@@exec mkdir -p %%MASSHDIR%%/pull
@@exec mkdir -p %%MASSHDIR%%/push
@@exec mkdir -p %%MASSHDIR%%/scripts
@@cwd / 
@@dirrmtry %%MASSHDIR%%/pull
@@dirrmtry %%MASSHDIR%%/push
@@dirrmtry %%MASSHDIR%%/scripts
@@dirrmtry %%MASSHDIR%% 
@


1.1
log
@Massh makes it possible to perform the following on hundreds, or even
thousands of hosts in a parallelized fashion:

    * Run Remote Commands
    * Push and Execute Pre-Written Scripts
    * Push Files
    * Pull Files

WWW: http://m.a.tt/er/massh/
PR:		ports/159770
Submitted by:	Sascha Klauder <sklauder@@trimind.de>
Approved by:	bapt (mentor)
@
text
@d3 1
d5 1
@

