From owner-cvs-all Sat Oct 7 7:10:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0450E37B502; Sat, 7 Oct 2000 07:10:38 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA37923; Sat, 7 Oct 2000 07:10:38 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200010071410.HAA37923@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 7 Oct 2000 07:10:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sockstat sockstat.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/10/07 07:10:37 PDT Modified files: usr.bin/sockstat sockstat.pl Log: Total rewrite. This was actually the first non-trivial Perl script I ever wrote, and as such was not very pretty. Changes that may cause problems for people who use sockstat in scripts: - sockstat(8) now displays Unix domain sockets in addition to IPv4 and IPv6 - the last period in local and foreign addresses is changed to a colon to make the port number easier to spot - IPv4 and IPv6 sockets are listed separately (IPv4 first, then IPv6, then Unix) Revision Changes Path 1.10 +130 -27 src/usr.bin/sockstat/sockstat.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message