On 2016/04/16 15:54, Michael McConville wrote:
> Michael McConville wrote:
> > It seems dumb to include all the command line options in DESCR. Also,
> > the formatting and grammar is somewhat unfortunate.
>
> Same patch, now with more REVISION bump.
Ok with me.
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/icmpinfo/Makefile,v
> retrieving revision 1.17
> diff -u -p -u -r1.17 Makefile
> --- Makefile 11 Oct 2013 23:50:18 -0000 1.17
> +++ Makefile 16 Apr 2016 19:54:01 -0000
> @@ -3,6 +3,7 @@
> COMMENT= look at the icmp messages received by the host
>
> DISTNAME= icmpinfo-1.11
> +REVISION= 0
> CATEGORIES= net sysutils
>
> MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/admin/}
> Index: pkg/DESCR
> ===================================================================
> RCS file: /cvs/ports/net/icmpinfo/pkg/DESCR,v
> retrieving revision 1.2
> diff -u -p -u -r1.2 DESCR
> --- pkg/DESCR 15 Mar 2005 01:57:05 -0000 1.2
> +++ pkg/DESCR 16 Apr 2016 19:54:01 -0000
> @@ -1,24 +1,8 @@
> -ICMPINFO:
> +icmpinfo is a tool for observing ICMP messages in a manner similar
> +to tcpdump(8).
>
> - icmpinfo is a tool for looking at the icmp messages received on
> - the running host.
> +It is implemented as a heavily modified version of BSD ping.
>
> - The source code comes from an heavily modified BSD ping source.
> -
> -USAGE:
> -
> -icmpinfo o Gives info about weird packets only [mainly
> icmp_unreachable].
> -icmpinfo -v o Gives info about all icmp packets [that includes your own
> - traceroutes...] except pings (icmp_echo_reply).
> -icmpinfo -vv o To see pings too.
> -icmpinfo -vvv o Will add an ascci/hexa dump of the packet.
> -icmpinfo -n o Avoids name queries (faster, lighter).
> -icmpinfo -p o Avoids port number to service name queries (faster,
> lighter).
> -icmpinfo -s o Also decode the ip_src field which is the address of the
> - interface receiving the packet. This option is not useful
> - for hosts with a single network interface.
> -icmpinfo -l o Run like a daemon (forks) and output to SYSLOG.
> - (It now checks that you are root for that)
> -
> --- David
> - [email protected]
> +icmpinfo will only report weird packets by default, but it can also
> +dump all ICMP traffic. It is capable of running as a daemon and
> +reporting all traffic to the syslog.
>