- Add mtr(8) completion using known hosts (#179918, Yanko Kaneti).

This commit is contained in:
Ville Skyttä 2006-02-04 19:11:14 +00:00
parent fb8a4b67dc
commit 3f493acc6e
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,7 @@
--- bash_completion~ 2005-07-21 22:21:22.000000000 +0300
+++ bash_completion 2006-02-04 21:05:17.000000000 +0200
@@ -2492,3 +2492,3 @@
complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 \
- ping fping telnet host nslookup rsh rlogin ftp dig ssh-installkeys
+ ping fping telnet host nslookup rsh rlogin ftp dig ssh-installkeys mtr

View File

@ -13,6 +13,7 @@ Source3: %{name}-repomanage
Source4: %{name}-plague-client
Patch0: %{name}-20050721-cvs-stat.patch
Patch1: %{name}-20050721-bash31quoting.patch
Patch2: %{name}-20050721-mtr.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -27,6 +28,7 @@ of the programmable completion feature of bash 2.
%setup -q -n bash_completion
%patch0
%patch1 -p1
%patch2
install -pm 644 %{SOURCE2} contrib/mock
install -pm 644 %{SOURCE3} contrib/plague-client
install -pm 644 %{SOURCE3} contrib/repomanage
@ -90,6 +92,9 @@ fi\
%changelog
* Sat Feb 4 2006 Ville Skyttä <ville.skytta at iki.fi>
- Add mtr(8) completion using known hosts (#179918, Yanko Kaneti).
* Sun Jan 8 2006 Ville Skyttä <ville.skytta at iki.fi> - 20050721-3
- Patch to hopefully fix quoting problems with bash 3.1 (#177056).