- quiet sctp (#229232)
This commit is contained in:
parent
df75c09186
commit
bed148d9a0
11
net-tools-1.60-sctp-quiet.patch
Normal file
11
net-tools-1.60-sctp-quiet.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- net-tools-1.60/netstat.c.old 2007-02-22 14:39:39.000000000 +0100
|
||||||
|
+++ net-tools-1.60/netstat.c 2007-02-22 14:44:22.000000000 +0100
|
||||||
|
@@ -2325,7 +2325,7 @@
|
||||||
|
usage();
|
||||||
|
|
||||||
|
if ((flag_inet || flag_inet6 || flag_sta) && !(flag_tcp || flag_udp || flag_sctp || flag_raw))
|
||||||
|
- flag_tcp = flag_udp = flag_sctp = flag_raw = 1;
|
||||||
|
+ flag_tcp = flag_udp = flag_raw = 1;
|
||||||
|
|
||||||
|
if ((flag_tcp || flag_udp || flag_sctp || flag_raw || flag_igmp) && !(flag_inet || flag_inet6))
|
||||||
|
flag_inet = flag_inet6 = 1;
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Basic networking tools
|
Summary: Basic networking tools
|
||||||
Name: net-tools
|
Name: net-tools
|
||||||
Version: 1.60
|
Version: 1.60
|
||||||
Release: 78%{?dist}
|
Release: 79%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.tazenda.demon.co.uk/phil/net-tools/
|
URL: http://www.tazenda.demon.co.uk/phil/net-tools/
|
||||||
@ -70,6 +70,7 @@ Patch56: net-tools-1.60-skip.patch
|
|||||||
Patch57: net-tools-1.60-netstat-I-fix.patch
|
Patch57: net-tools-1.60-netstat-I-fix.patch
|
||||||
Patch58: net-tools-1.60-nameif_strncpy.patch
|
Patch58: net-tools-1.60-nameif_strncpy.patch
|
||||||
Patch59: net-tools-1.60-arp-unaligned-access.patch
|
Patch59: net-tools-1.60-arp-unaligned-access.patch
|
||||||
|
Patch60: net-tools-1.60-sctp-quiet.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires(post): /sbin/chkconfig
|
Requires(post): /sbin/chkconfig
|
||||||
@ -140,6 +141,7 @@ ifconfig, netstat, route, and others.
|
|||||||
%patch57 -p1
|
%patch57 -p1
|
||||||
%patch58 -p1 -b .strncpy
|
%patch58 -p1 -b .strncpy
|
||||||
%patch59 -p1 -b .arp-un-access
|
%patch59 -p1 -b .arp-un-access
|
||||||
|
%patch60 -p1 -b .quiet
|
||||||
|
|
||||||
cp %SOURCE2 ./config.h
|
cp %SOURCE2 ./config.h
|
||||||
cp %SOURCE3 ./config.make
|
cp %SOURCE3 ./config.make
|
||||||
@ -255,6 +257,9 @@ exit 0
|
|||||||
%{_sysconfdir}/rc.d/init.d/netplugd
|
%{_sysconfdir}/rc.d/init.d/netplugd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 22 2007 Radek Vokál <rvokal@redhat.com> - 1.60-79
|
||||||
|
- quiet sctp (#229232)
|
||||||
|
|
||||||
* Mon Feb 19 2007 Radek Vokál <rvokal@redhat.com> - 1.60-78
|
* Mon Feb 19 2007 Radek Vokál <rvokal@redhat.com> - 1.60-78
|
||||||
- spec file cleanup (#226193)
|
- spec file cleanup (#226193)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user