ss(8) improvements patch updated, a typo fix
This commit is contained in:
parent
40e8463b94
commit
a2dad4ce58
@ -4,7 +4,7 @@
|
|||||||
Summary: Advanced IP routing and network device configuration tools
|
Summary: Advanced IP routing and network device configuration tools
|
||||||
Name: iproute
|
Name: iproute
|
||||||
Version: 2.6.35
|
Version: 2.6.35
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
##Source: iproute2-%{date_version}.tar.bz2
|
##Source: iproute2-%{date_version}.tar.bz2
|
||||||
Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}.tar.bz2
|
Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}.tar.bz2
|
||||||
@ -138,6 +138,9 @@ EOF
|
|||||||
%doc RELNOTES
|
%doc RELNOTES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 08 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-10
|
||||||
|
- fix a typo in ss(8) improvements patch, rhbz#661267
|
||||||
|
|
||||||
* Tue Nov 30 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-9
|
* Tue Nov 30 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-9
|
||||||
- ss(8) improvements patch by jpopelka; should be included in 2.6.36
|
- ss(8) improvements patch by jpopelka; should be included in 2.6.36
|
||||||
|
|
||||||
|
@ -53,3 +53,14 @@ diff -up iproute2-2.6.35/man/man8/ss.8.ss-man iproute2-2.6.35/man/man8/ss.8
|
|||||||
.TP
|
.TP
|
||||||
.B \-f FAMILY, \-\-family=FAMILY
|
.B \-f FAMILY, \-\-family=FAMILY
|
||||||
Display sockets of type FAMILY.
|
Display sockets of type FAMILY.
|
||||||
|
--- iproute2-2.6.35/man/man8/ss.8 2010-12-08 13:39:59.810396849 +0100
|
||||||
|
+++ iproute2-2.6.35/man/man8/ss.8.new 2010-12-08 13:40:28.446397779 +0100
|
||||||
|
@@ -26,7 +26,7 @@
|
||||||
|
Output version information.
|
||||||
|
.TP
|
||||||
|
.B \-n, \-\-numeric
|
||||||
|
-Do now try to resolve service names.
|
||||||
|
+Do not try to resolve service names.
|
||||||
|
.TP
|
||||||
|
.B \-r, \-\-resolve
|
||||||
|
Try to resolve numeric address/ports.
|
||||||
|
Loading…
Reference in New Issue
Block a user