Resolves: #1478868 - netstat(8) portion on Timer needs writing
This commit is contained in:
parent
0c74374ffa
commit
7dbe1ac2b8
43
net-tools-timer-man.patch
Normal file
43
net-tools-timer-man.patch
Normal file
@ -0,0 +1,43 @@
|
||||
diff --git a/man/en_US/netstat.8.old b/man/en_US/netstat.8
|
||||
index f22c2c5..d78a54a 100644
|
||||
--- a/man/en_US/netstat.8.old
|
||||
+++ b/man/en_US/netstat.8
|
||||
@@ -311,7 +311,37 @@ causes this column to be included. You will also need
|
||||
privileges to see this information on sockets you don't own. This
|
||||
identification information is not yet available for IPX sockets.
|
||||
.SS "Timer"
|
||||
-(this needs to be written)
|
||||
+TCP timer associated with this socket. The format is timer(a/b/c). The timer is one of the following values:
|
||||
+.TP
|
||||
+.I
|
||||
+off
|
||||
+There is no timer set for this socket.
|
||||
+.TP
|
||||
+.I
|
||||
+on
|
||||
+The retransmission timer is active for the socket.
|
||||
+.TP
|
||||
+.I
|
||||
+keepalive
|
||||
+The keepalive timer is active for the socket.
|
||||
+.TP
|
||||
+.I
|
||||
+timewait
|
||||
+The connection is closing and the timewait timer is active for the socket.
|
||||
+.P
|
||||
+The values in the brackets:
|
||||
+.TP
|
||||
+.I
|
||||
+a
|
||||
+Timer value.
|
||||
+.TP
|
||||
+.I
|
||||
+b
|
||||
+Number of retransmissions sent.
|
||||
+.TP
|
||||
+.I
|
||||
+c
|
||||
+Number of keepalives sent.
|
||||
.P
|
||||
.SS Active UNIX domain Sockets
|
||||
.SS "Proto"
|
@ -3,7 +3,7 @@
|
||||
Summary: Basic networking tools
|
||||
Name: net-tools
|
||||
Version: 2.0
|
||||
Release: 0.44.%{checkout}%{?dist}
|
||||
Release: 0.45.%{checkout}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://sourceforge.net/projects/net-tools/
|
||||
@ -34,6 +34,7 @@ Patch20: ether-wake-interfaces.patch
|
||||
|
||||
# use all interfaces instead of default (#1003875)
|
||||
Patch21: net-tools-ifconfig-EiB.patch
|
||||
Patch22: net-tools-timer-man.patch
|
||||
|
||||
BuildRequires: bluez-libs-devel
|
||||
BuildRequires: gettext, libselinux
|
||||
@ -63,6 +64,7 @@ cp %SOURCE8 ./man/en_US
|
||||
|
||||
%patch20 -p1 -b .interfaces
|
||||
%patch21 -p1 -b .ifconfig-EiB
|
||||
%patch22 -p1 -b .timer-man
|
||||
|
||||
touch ./config.h
|
||||
|
||||
@ -135,6 +137,9 @@ install -D -p -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/arp-ethers.service
|
||||
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
||||
|
||||
%changelog
|
||||
* Fri Nov 24 2017 Michal Ruprich <mruprich@redhat.com> - 2.0-0.45.20160912git
|
||||
- Resolves: #1478868 - netstat(8) portion on Timer needs writing
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.44.20160912git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user