[Bash-completion-commits] ./current r1171: Set ssh as default for rsync (was rsh) (Closes: #492328)
David Paleino
d.paleino at gmail.com
Sat Sep 6 14:39:42 UTC 2008
------------------------------------------------------------
revno: 1171
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Sat 2008-09-06 16:39:42 +0200
message:
Set ssh as default for rsync (was rsh) (Closes: #492328)
modified:
bash_completion
debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion 2008-09-06 14:23:39 +0000
+++ b/bash_completion 2008-09-06 14:39:42 +0000
@@ -2747,7 +2747,7 @@
;;
*:*)
# 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]}
=== modified file 'debian/changelog'
--- a/debian/changelog 2008-09-06 14:23:39 +0000
+++ b/debian/changelog 2008-09-06 14:39:42 +0000
@@ -8,9 +8,10 @@
* 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 <d.paleino at gmail.com> Sat, 06 Sep 2008 16:21:41 +0200
+ -- David Paleino <d.paleino at gmail.com> Sat, 06 Sep 2008 16:39:00 +0200
bash-completion (20080705) unstable; urgency=low
More information about the Bash-completion-commits
mailing list