From 53df30c2539e9a27294fbd1d0896347918f2707e Mon Sep 17 00:00:00 2001 From: Radek Vokál Date: Apr 06 2006 14:27:45 +0000 Subject: - add note about -T to netstat --- diff --git a/net-tools-1.60-netstat_stop_trim.patch b/net-tools-1.60-netstat_stop_trim.patch index 425b5c6..473197b 100644 --- a/net-tools-1.60-netstat_stop_trim.patch +++ b/net-tools-1.60-netstat_stop_trim.patch @@ -78,3 +78,15 @@ } if(argc == optind + 1) { +--- net-tools-1.60/netstat.c.trim2 2006-04-06 16:12:02.000000000 +0200 ++++ net-tools-1.60/netstat.c 2006-04-06 16:18:09.000000000 +0200 +@@ -1737,7 +1737,8 @@ + fprintf(stderr, _(" -a, --all, --listening display all sockets (default: connected)\n")); + fprintf(stderr, _(" -o, --timers display timers\n")); + fprintf(stderr, _(" -F, --fib display Forwarding Information Base (default)\n")); +- fprintf(stderr, _(" -C, --cache display routing cache instead of FIB\n\n")); ++ fprintf(stderr, _(" -C, --cache display routing cache instead of FIB\n")); ++ fprintf(stderr, _(" -T, --trim stop trimming long addresses\n")); + fprintf(stderr, _(" -Z, --context display SELinux security context for sockets\n\n")); + + fprintf(stderr, _(" : Name of interface to monitor/list.\n")); diff --git a/net-tools.spec b/net-tools.spec index 64c5f60..9d7f0cf 100644 --- a/net-tools.spec +++ b/net-tools.spec @@ -3,7 +3,7 @@ Summary: Basic networking tools. Name: net-tools Version: 1.60 -Release: 65 +Release: 66 License: GPL Group: System Environment/Base Source0: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.bz2 @@ -231,6 +231,9 @@ exit 0 %{_sysconfdir}/rc.d/init.d/netplugd %changelog +* Thu Apr 06 2006 Radek Vokál - 1.60-66 +- add note about -T to netstat + * Thu Mar 30 2006 Radek Vokál - 1.60-65 - add note to ifconfig(8) about supported format for IPv4 addresses (#176661)