Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 2010 22:29:33 +0200
From:      Mykola Dzham <i@levsha.me>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152681: [MAINTAINER] sysutils/pdsh: enable internal ssh module
Message-ID:  <E1PNALt-0003ZX-JJ@laptop.levsha.me>
Resent-Message-ID: <201011292030.oATKUGJH042491@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152681
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/pdsh: enable internal ssh module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 29 20:30:15 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Mykola Dzham
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD laptop.levsha.me 9.0-CURRENT FreeBSD 9.0-CURRENT #8 r215447M: Thu Nov 18 18:37:26 EET
>Description:
Enable internal ssh module. With this module using 
# pdsh -R ssh -w foo[0-10] command 
allowed instead 
# pdsh -R exec -w foo[0-10] ssh -l %u %h command

Thanks John Hein for this patch

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- pdsh-2.23_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/local/arch/csup/ports/sysutils/pdsh/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	25 Nov 2010 01:33:05 -0000	1.3
+++ Makefile	29 Nov 2010 20:23:20 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	pdsh
 PORTVERSION=	2.23
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -15,6 +16,7 @@
 
 LICENSE=	GPLv2
 
+CONFIGURE_ARGS+=	--with-ssh
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_PERL5_BUILD=	yes
Index: pkg-plist
===================================================================
RCS file: /usr/local/arch/csup/ports/sysutils/pdsh/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	10 Mar 2010 17:55:09 -0000	1.1
+++ pkg-plist	29 Nov 2010 20:23:20 -0000
@@ -6,6 +6,9 @@
 lib/pdsh/execcmd.a
 lib/pdsh/execcmd.la
 lib/pdsh/execcmd.so
+lib/pdsh/sshcmd.a
+lib/pdsh/sshcmd.la
+lib/pdsh/sshcmd.so
 lib/pdsh/xrcmd.a
 lib/pdsh/xrcmd.la
 lib/pdsh/xrcmd.so
--- pdsh-2.23_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1PNALt-0003ZX-JJ>