[Lunar-commits] CVS: moonbase/distributed/dsh BUILD, NONE, 1.1 DETAILS, NONE, 1.1

Auke Kok sofar at lunar-linux.org
Tue Feb 17 16:40:20 GMT 2004


Update of /var/cvs/lunar/moonbase/distributed/dsh
In directory dbguin.lunar-linux.org:/tmp/cvs-serv22983/dsh

Added Files:
	BUILD DETAILS 
Log Message:
dsh is the distributed shell


--- NEW FILE: BUILD ---
(

  ./configure --prefix=/usr &&
  prepare_install &&
  install -m755 -o root -g root dsh /usr/bin &&
  install -m644 -o root -g root dsh.1 /usr/share/man/man1

) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
          MODULE=dsh
         VERSION=2.0.1
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
      SOURCE_URL=$SFORGE_URL/$MODULE/$SOURCE
        WEB_SITE=http://dsh.sourceforge.net/
         ENTERED=20040213
         UPDATED=20040213
           SHORT="dsh is a distributed shell."
cat << EOF
dsh (the distributed shell) is a program which executes a single command
on multiple remote machines. It can execute this command in parallel
(i.e. on any number of machines at a time) or in serial (by specifying
parallel execution of the command on 1 node at a time). It was originally
designed to work with rsh, but has full support for ssh and with a little
tweaking of the top part of the dsh executable, should work with any
program that allows remote execution of a command without an interactive login
EOF



More information about the Lunar-commits mailing list