Set ssh as default for rsync (was rsh) (Closes: #492328)
This commit is contained in:
parent
3cec07c1fe
commit
781d13d0f5
@ -2747,7 +2747,7 @@ _rsync()
|
|||||||
;;
|
;;
|
||||||
*:*)
|
*:*)
|
||||||
# find which remote shell is used
|
# find which remote shell is used
|
||||||
shell=rsh
|
shell=ssh
|
||||||
for (( i=1; i < COMP_CWORD; i++ )); do
|
for (( i=1; i < COMP_CWORD; i++ )); do
|
||||||
if [[ "${COMP_WORDS[i]}" == -@(e|-rsh) ]]; then
|
if [[ "${COMP_WORDS[i]}" == -@(e|-rsh) ]]; then
|
||||||
shell=${COMP_WORDS[i+1]}
|
shell=${COMP_WORDS[i+1]}
|
||||||
|
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -8,9 +8,10 @@ bash-completion (200809xx) UNRELEASED; urgency=low
|
|||||||
* Dump to /dev/null error message from look(1) with no arguments
|
* Dump to /dev/null error message from look(1) with no arguments
|
||||||
(Closes: #495142)
|
(Closes: #495142)
|
||||||
* Don't expand ~foo to /home/foo/ (Closes: #489720)
|
* Don't expand ~foo to /home/foo/ (Closes: #489720)
|
||||||
|
* Set ssh as default for rsync (was rsh) (Closes: #492328)
|
||||||
* debian/links fixed (Closes: #494292)
|
* debian/links fixed (Closes: #494292)
|
||||||
|
|
||||||
-- David Paleino <d.paleino@gmail.com> Sat, 06 Sep 2008 16:21:41 +0200
|
-- David Paleino <d.paleino@gmail.com> Sat, 06 Sep 2008 16:39:00 +0200
|
||||||
|
|
||||||
bash-completion (20080705) unstable; urgency=low
|
bash-completion (20080705) unstable; urgency=low
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user