CVS log for ports/sysutils/pdsh/Makefile
Up to [FreeBSD] / ports / sysutils / pdsh
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Oct 26 00:53:03 2011 UTC (3 months, 2 weeks ago) by zi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Update to 2.27 PR: ports/161906 Submitted by: Mykola Dzham <i@levsha.me> (maintainer)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 29 11:32:27 2011 UTC (6 months, 1 week ago) by rea
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
sysutils/pdsh: update to 2.26
Extracts from the Changelog for 2.26:
- Fix interactive dsh with ssh. (Issue 14)
- Fix interactive dsh with exec. Instead of trying to split the
cmdline entered in interactive mode internally within pdsh,
the exec module will pass the command as a string to sh -c.
- dshbak: Fix for missing commas in header output (issue 19).
- Remove runtime check for genders_query support using dlopen/dlsym.
Use HAVE_GENDERS_QUERY at compile-time instead.
- Check for presence of %u and %h in PDSH_SSH_ARGS and append them
if missing (otherwise assume user supplied them properly.)
- Fallback to rresvport when we don't have rresvport_af.
- dshbak: Simplify concatenation of compressed hosts in print_header
by using join() instead of the obscure $" variable.
PR: ports/158867
Approved-by: Mykola Dzham <i@levsha.me> (maintainer), erwin (mentor)
Feature-safe: yes
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Mar 17 15:46:39 2011 UTC (10 months, 3 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Update to 2.25 PR: 155575 Submitted by: Mykola Dzham <i@levsha.me> (maintainer)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 4 10:09:27 2011 UTC (11 months, 1 week ago) by culot
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2 lines
- Update to 2.24 Changes: http://pdsh.googlecode.com/svn/trunk/NEWS PR: ports/155240 Submitted by: Mykola Dzham <i AT levsha.me> (maintainer)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 16 10:15:06 2010 UTC (13 months, 3 weeks ago) by avilla
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +48 -2 lines
- Add user serviceable knobs. PR: ports/152718 Submitted by: Christopher Shumway <cshumway@titan-project.org> Approved by: Mykola Dzham <i@levsha.me> (maintainer)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 30 01:24:10 2010 UTC (14 months, 1 week ago) by sunpoet
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -4 lines
- Enable internal ssh module - Space/Tab twiddle PR: ports/152681 Submitted by: Mykola Dzham <i@levsha.me> (maintainer)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 25 01:33:05 2010 UTC (14 months, 2 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines
- Update to 2.23 - Change MASTER_SITES : project is on googlecode now - Add LICENSE PR: ports/152559 Submitted by: Mykola Dzham <i@levsha.me> (maintainer)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 20 06:21:30 2010 UTC (16 months, 3 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Update to 2.22 PR: ports/150737 Submitted by: Mykola Dzham <i@levsha.me> (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 10 17:55:09 2010 UTC (23 months ago) by az
Branches: MAIN
CVS tags: RELEASE_8_1_0
Pdsh is a an efficient, multithreaded remote shell client which executes commands on multiple remote hosts in parallel. Pdsh implements dynamically loadable modules for extended functionality such as new remote shell services and remote host selection PR: ports/144601 Submitted by: Mykola Dzham <i@levsha.me> Feature safe: yes
