Opened 16 years ago
Closed 16 years ago
#19477 closed defect (fixed)
bash-completion 1.0 no longer completes ssh known_hosts
Reported by: | k.mike@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | bash-completion |
Description
in bash-completion 1.0 they extracted ssh (and sftp, scp,...) completion to an extra file. workaround is to unpack the bash-completion-1.0.tar.gz file and copy the file to the bash-completion.d directory:
sudo cp contrib/ssh /opt/local/etc/bash_completion.d/
since there are many contrib completions the bash-completion portfile should probably include ssh and some others by default (to keep functionality of previous bash-completion installs). The other contrib/ completions could be optionally installed using variants i think.
Change History (3)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to raimue@… |
---|---|
Port: | bash-completion added |
comment:2 Changed 16 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
comment:3 Changed 16 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for the report. These completions have been moved out from the main script into single files. I enabled all again in r50371.