pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tcptrace - make pkglint happy



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a668e667b1d
branches:  trunk
changeset: 479606:0a668e667b1d
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Aug 17 19:19:53 2004 +0000

description:
- make pkglint happy
- fix typos in DESCR

suggestions by snj@.

diffstat:

 net/tcptrace/DESCR    |  6 +++---
 net/tcptrace/Makefile |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r ace6aff4310e -r 0a668e667b1d net/tcptrace/DESCR
--- a/net/tcptrace/DESCR        Tue Aug 17 19:19:52 2004 +0000
+++ b/net/tcptrace/DESCR        Tue Aug 17 19:19:53 2004 +0000
@@ -1,11 +1,11 @@
 tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
-at Ohio University. It is NOT a packet capture program. It reads
+at Ohio University. It is NOT a packet capturing program. It reads
 output dump files in the formats of several popular packet capturing
-programs: tcpdump, snoop, etherpeek, and netm
+programs: tcpdump, snoop, etherpeek, and netm.
 
 For each connection, it keeps track of elapsed time, bytes/segments
 sent and received, retransmissions, round trip times, window
-advertisements, throughput, etc.  Its output format ranges from
+advertisements, throughput, etc. Its output format ranges from
 Simple to Long to Very Detailed.
 
 It can also produce three different types of graphs, as follows:
diff -r ace6aff4310e -r 0a668e667b1d net/tcptrace/Makefile
--- a/net/tcptrace/Makefile     Tue Aug 17 19:19:52 2004 +0000
+++ b/net/tcptrace/Makefile     Tue Aug 17 19:19:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/08/17 11:10:27 adrianp Exp $
+# $NetBSD: Makefile,v 1.24 2004/08/17 19:19:53 adrianp Exp $
 #
 
 DISTNAME=      tcptrace-6.6.1
@@ -22,8 +22,8 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcptrace
-.for file in ${DOCFILES}
-       ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
+.for f in ${DOCFILES}
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/tcptrace
 .endfor
 
 .include "../../archivers/bzip2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index