K 10 svn:author V 3 rea K 8 svn:date V 27 2011-07-29T11:32:27.000000Z K 7 svn:log V 915 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 (maintainer), erwin (mentor) Feature-safe: yes END