[Bash-completion-devel] [SCM] bash-completion branch, master, updated. 1.3-403-gbd482ca

Igor Murzov igor at gplsoft.org
Mon Jul 18 10:08:19 UTC 2011


On Mon, 18 Jul 2011 11:46:04 +0200
David Paleino <dapal at debian.org> wrote:

> On Sun, 17 Jul 2011 22:56:48 +0000, Igor Murzov wrote:
> 
> > The following commit has been merged in the master branch:
> > commit bd482ca2f221323aa461ca75c9457ec11f43570e
> > Author: Igor Murzov <e-mail at date.by>
> > Date:   Mon Jul 18 02:48:42 2011 +0400
> > 
> >     host, nslookup: Remove completions for bind utils from bash_completion.
> >     
> >     This fixes tests on systems without bind.
> 
> Err...
> 
> Maybe the right solution is fixing the tests themselves, or maybe whitelisting
> those commands?
> 
> I can't see how *removing* working completions is a solution :)
> 
> I'm reverting it for now.

Buongiorno! Completions for `host` and `nslookup` are already available in completions/bind-utils. I suppose that those in bash_completion are leftovers. I have no bind installed, but completions for `host` and `nslookup` were installed for me by 

 complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \
    ping6 fping fping6 telnet host nslookup rsh rlogin ftp dig mtr \
    ssh-installkeys showmount

in bash_completion. Those are duplicates and broke tests for me.

-- Igor



More information about the Bash-completion-devel mailing list