From 781d13d0f5ced3b695941e471501de1a1002418a Mon Sep 17 00:00:00 2001 From: David Paleino Date: Sat, 6 Sep 2008 16:39:42 +0200 Subject: [PATCH] Set ssh as default for rsync (was rsh) (Closes: #492328) --- bash_completion | 2 +- debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bash_completion b/bash_completion index aa904b95..0757f879 100644 --- a/bash_completion +++ b/bash_completion @@ -2747,7 +2747,7 @@ _rsync() ;; *:*) # find which remote shell is used - shell=rsh + shell=ssh for (( i=1; i < COMP_CWORD; i++ )); do if [[ "${COMP_WORDS[i]}" == -@(e|-rsh) ]]; then shell=${COMP_WORDS[i+1]} diff --git a/debian/changelog b/debian/changelog index 02c29140..0d2636f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,9 +8,10 @@ bash-completion (200809xx) UNRELEASED; urgency=low * Dump to /dev/null error message from look(1) with no arguments (Closes: #495142) * Don't expand ~foo to /home/foo/ (Closes: #489720) + * Set ssh as default for rsync (was rsh) (Closes: #492328) * debian/links fixed (Closes: #494292) - -- David Paleino Sat, 06 Sep 2008 16:21:41 +0200 + -- David Paleino Sat, 06 Sep 2008 16:39:00 +0200 bash-completion (20080705) unstable; urgency=low