Comment 2 for bug 1030025

Revision history for this message
Peter Cordes (peter-cordes) wrote :

In Trusty, ping is handled by _ping, so custom code just for ping. host just gets the generic _minimal.

completion for host was removed in commit bd482ca2f221323aa461ca75c9457ec11f43570e

   host, nslookup: Remove completions for bind utils from bash_completion.

   This fixes tests on systems without bind.

https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=bash-completion/bash-completion.git;a=object;h=bd482ca2f221323aa461ca75c9457ec11f43570e

(followed by a commit that reverted that, then followed by a commit that reverted the reversion, putting this commit back in.)

 Seems like a crappy reason to take out a useful completion.