Runs command through rsh or ssh on a cluster of machines.
This commit is contained in:
parent
7a0e8ba1b7
commit
93e8955f64
4 changed files with 35 additions and 0 deletions
3
dsh/DESCR
Normal file
3
dsh/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
dsh is an implementation of a wrapper for executing multiple remote shell
|
||||
(rsh/remsh/ssh) commands. rsh/remsh/ssh are wrappers for executing shell
|
||||
(ksh/bash/zsh/tcsh/sh .. etc... ) on remote hosts.
|
17
dsh/Makefile
Normal file
17
dsh/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/07/09 21:14:27 shindenmorr Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dsh-0.25.8
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
|
||||
|
||||
MAINTAINER= shinden@linux.pl
|
||||
HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/downloads/
|
||||
COMMENT= Runs command through rsh or ssh on a cluster of machines.
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
|
||||
.include "../../wip/libdshconfig/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
dsh/PLIST
Normal file
10
dsh/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/09 21:14:27 shindenmorr Exp $
|
||||
bin/dsh
|
||||
etc/dsh.conf
|
||||
man/ja/man1/dsh.1
|
||||
man/ja/man5/dsh.conf.5
|
||||
man/man1/dsh.1
|
||||
man/man5/dsh.conf.5
|
||||
@dirrm man/ja/man5
|
||||
@dirrm man/ja/man1
|
||||
@dirrm man/ja
|
5
dsh/distinfo
Normal file
5
dsh/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/07/09 21:14:27 shindenmorr Exp $
|
||||
|
||||
SHA1 (dsh-0.25.8.tar.gz) = f08334911bf6d02504780a740dabc25039bc19c4
|
||||
RMD160 (dsh-0.25.8.tar.gz) = ba4ef813dc91339e3974c8cfc303d22822b3cb74
|
||||
Size (dsh-0.25.8.tar.gz) = 390842 bytes
|
Loading…
Reference in a new issue