aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pdsh
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to OptionsngMartin Wilke2013-03-141-15/+11
| | | | | | | - While here trim header Notes: svn path=/head/; revision=314144
* - Update to 2.28Beech Rintoul2012-05-102-3/+3
| | | | | | | | | | - Chnages in release: http://pdsh.googlecode.com/git/NEWS PR: ports/167780 Submitted by: Mykola Dzham <i@levsha.me> (maintainer) Notes: svn path=/head/; revision=296398
* - Update to 2.27Ryan Steinmetz2011-10-262-3/+3
| | | | | | | | PR: ports/161906 Submitted by: Mykola Dzham <i@levsha.me> (maintainer) Notes: svn path=/head/; revision=284320
* sysutils/pdsh: update to 2.26Eygene Ryabinkin2011-07-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=278520
* - Update to 2.25Martin Wilke2011-03-172-3/+3
| | | | | | | | PR: 155575 Submitted by: Mykola Dzham <i@levsha.me> (maintainer) Notes: svn path=/head/; revision=271121
* - Update to 2.24Frederic Culot2011-03-042-4/+3
| | | | | | | | | Changes: http://pdsh.googlecode.com/svn/trunk/NEWS PR: ports/155240 Submitted by: Mykola Dzham <i AT levsha.me> (maintainer) Notes: svn path=/head/; revision=270273
* - Add user serviceable knobs.Alberto Villa2010-12-162-8/+60
| | | | | | | | | PR: ports/152718 Submitted by: Christopher Shumway <cshumway@titan-project.org> Approved by: Mykola Dzham <i@levsha.me> (maintainer) Notes: svn path=/head/; revision=266419
* - Enable internal ssh moduleSunpoet Po-Chuan Hsieh2010-11-302-4/+9
| | | | | | | | | | - Space/Tab twiddle PR: ports/152681 Submitted by: Mykola Dzham <i@levsha.me> (maintainer) Notes: svn path=/head/; revision=265420
* - Update to 2.23Wen Heping2010-11-253-7/+7
| | | | | | | | | | | - Change MASTER_SITES : project is on googlecode now - Add LICENSE PR: ports/152559 Submitted by: Mykola Dzham <i@levsha.me> (maintainer) Notes: svn path=/head/; revision=265120
* - Update to 2.22Wen Heping2010-09-202-4/+4
| | | | | | | | PR: ports/150737 Submitted by: Mykola Dzham <i@levsha.me> (maintainer) Notes: svn path=/head/; revision=261471
* Pdsh is a an efficient, multithreaded remote shell client which executesAndrej Zverev2010-03-104-0/+45
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 Notes: svn path=/head/; revision=250864