This patch will update security/mussh to version 0.8. This version adds the following features: - added '-s' to ssh-agent calls so that they will work for people with non-bash shells. (thanks to Jacob) - Asynchronous mode works. - Asynchronous mode required temp files so we use mktemp to make it safer. - Blocking option in async mode. - All debug messages go to STDERR. - Invoke remote shell (default bash) explicitely. - SIGQUIT (ctrl-\) prints current/remaining host(s). - Modernized all ``'s to $()'s. I'll take maintainership.
Responsible Changed From-To: freebsd-ports-bugs->garga I'll take it.
State Changed From-To: open->closed Committed. Thanks!