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

This reverts commit bd482ca2f221323aa461ca75c9457ec11f43570e.
This commit is contained in:
David Paleino 2011-07-18 11:46:13 +02:00
parent bd482ca2f2
commit 82325b37a9

View File

@ -1466,7 +1466,8 @@ _known_hosts_real()
return 0
} # _known_hosts_real()
complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \
ping6 fping fping6 telnet rsh rlogin ftp dig mtr ssh-installkeys showmount
ping6 fping fping6 telnet host nslookup rsh rlogin ftp dig mtr \
ssh-installkeys showmount
# This meta-cd function observes the CDPATH variable, so that cd additionally
# completes on directories under those specified in CDPATH.