Add mussh 0.4, a tool for easily running the same commands on multiple

hosts.

PR:		34217
Submitted by:	Yen-Ming Lee <leeym@leeym.com>
This commit is contained in:
Mark Pulford 2002-02-17 09:21:47 +00:00
parent 776bd91f18
commit 215ca0d946
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54806
6 changed files with 49 additions and 0 deletions

View file

@ -91,6 +91,7 @@
SUBDIR += mdcrack
SUBDIR += mhash
SUBDIR += mindterm-binary
SUBDIR += mussh
SUBDIR += nbaudit
SUBDIR += nessus
SUBDIR += nessus-devel

35
security/mussh/Makefile Normal file
View file

@ -0,0 +1,35 @@
# New ports collection makefile for: mussh
# Date created: 24 January 2002
# Whom: Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#
PORTNAME= mussh
PORTVERSION= 0.4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= leeym@leeym.com
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
NO_BUILD= yes
post-patch:
@${PERL} -pi -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
${WRKSRC}/${PORTNAME}
do-install:
@${MKDIR} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in CHANGES EXAMPLES README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
security/mussh/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (mussh-0.4.tgz) = 6e4d0f125470b882c81806a80e6f88a0

View file

@ -0,0 +1 @@
A tool for easily running the same commands on multiple hosts

6
security/mussh/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
Mussh is a shell script that allows you to execute a command or script
over ssh on multiple hosts with one command. When possible mussh will use
ssh-agent and RSA/DSA keys to minimize the need to enter your password
more than once.
WWW: http://sourceforge.net/projects/mussh/

5
security/mussh/pkg-plist Normal file
View file

@ -0,0 +1,5 @@
bin/mussh
%%PORTDOCS%%share/doc/mussh/CHANGES
%%PORTDOCS%%share/doc/mussh/EXAMPLES
%%PORTDOCS%%share/doc/mussh/README
%%PORTDOCS%%@dirrm share/doc/mussh