- quiet sctp (#229232)

This commit is contained in:
Radek Vokál 2007-02-22 14:14:10 +00:00
parent df75c09186
commit bed148d9a0
2 changed files with 17 additions and 1 deletions

View 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;

View File

@ -3,7 +3,7 @@
Summary: Basic networking tools
Name: net-tools
Version: 1.60
Release: 78%{?dist}
Release: 79%{?dist}
License: GPL
Group: System Environment/Base
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
Patch58: net-tools-1.60-nameif_strncpy.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)
Requires(post): /sbin/chkconfig
@ -140,6 +141,7 @@ ifconfig, netstat, route, and others.
%patch57 -p1
%patch58 -p1 -b .strncpy
%patch59 -p1 -b .arp-un-access
%patch60 -p1 -b .quiet
cp %SOURCE2 ./config.h
cp %SOURCE3 ./config.make
@ -255,6 +257,9 @@ exit 0
%{_sysconfdir}/rc.d/init.d/netplugd
%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
- spec file cleanup (#226193)