- add note about -T to netstat
This commit is contained in:
parent
bdfa7ff494
commit
53df30c253
@ -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, _(" <Iface>: Name of interface to monitor/list.\n"));
|
||||
|
@ -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 <rvokal@redhat.com> - 1.60-66
|
||||
- add note about -T to netstat
|
||||
|
||||
* Thu Mar 30 2006 Radek Vokál <rvokal@redhat.com> - 1.60-65
|
||||
- add note to ifconfig(8) about supported format for IPv4 addresses (#176661)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user