Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84595 Details for
Bug 81171
pdsh-2.9.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An updated ebuild for PDSH 2.9
pdsh-2.9.ebuild (text/plain), 1.32 KB, created by
Brady Catherman
on 2006-04-13 16:52:38 UTC
(
hide
)
Description:
An updated ebuild for PDSH 2.9
Filename:
MIME Type:
Creator:
Brady Catherman
Created:
2006-04-13 16:52:38 UTC
Size:
1.32 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit versionator; > >MY_PV=$(replace_version_separator 2 '-') > >DESCRIPTION="\ >Pdsh is a high-performance, parallel remote shell utility. It has built-in, \ >thread-safe clients for Berkeley and Kerberos V4 rsh, and can call SSH \ >externally (though with reduced performance). Pdsh uses a \"sliding window\" \ >parallel algorithm to conserve socket resources on the initiating node and \ >to allow progress to continue while timeouts occur on some connections. \ >Pdsh is similar to DSH, part of the IBM PSSP software offering, but offers \ >improved performance and handling of error conditions. It runs on a variety \ >of platforms (including as a replacement for DSH on AIX/PSSP), but is \ >primarily developed on Linux." >HOMEPAGE="http://www.llnl.gov/linux/pdsh/pdsh.html" >SRC_URI="ftp://ftp.llnl.gov/pub/linux/pdsh/pdsh-${MY_PV}.tar.bz2" >LICENSE="GPL" >SLOT="0" >KEYWORDS="~x86" >IUSE="ssl readline" > >DEPEND="ssl? ( net-misc/openssh ) > net-misc/netkit-rsh > readline? ( sys-libs/readline )" > > >S=${WORKDIR}/${PN}-${MY_PV} > >src_compile() { > cd "${S}" > econf \ > $(use_with ssl ssh ) \ > --with-rsh \ > $(use_with readline ) \ > --with-machines \ > || die > emake || die >} > >src_install() { > einstall || die "Install failed!" >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 81171
:
50673
|
51462
|
72501
| 84595