On 2012/05/29 12:39, Gonzalo L. R. wrote:
> -do-build:
> - (cd ${WRKSRC}; \
> - rm -f pflogsumm.1; \
> - pod2man pflogsumm.pl >pflogsumm.1)
> +NO_BUILD= Yes
this is still wanted; it fixes the program name in various examples
in the manual.
-\& pflogsumm \-d yesterday /var/log/maillog
+\& pflogsumm.pl \-d yesterday /var/log/maillog
-\& pflogsumm /var/log/maillog.0
+\& pflogsumm.pl /var/log/maillog.0
-\& pflogsumm \-d today /var/log/maillog
+\& pflogsumm.pl \-d today /var/log/maillog
etc.etc.
> -
> - =head1 NAME
> -
> --pflogsumm.pl - Produce Postfix MTA logfile summary
> -+pflogsumm - Produce Postfix MTA logfile summary
> -
..and that needs to go back.