Re: Add missing manpage for smtpd

2021-10-25 Thread Larry Hynes
Hi

Crystal Kolipe  wrote:
> I sent this to bugs@ a while back, but it seems to have been missed.
> 
> smtpd-filters.7 is not installed by default.
> 
> --- usr.sbin/smtpd/smtpd/Makefile.distWed Apr 21 04:54:10 2021
> +++ usr.sbin/smtpd/smtpd/Makefile Mon Oct 25 11:54:39 2021
> @@ -76,7 +76,7 @@
>  
>  SRCS+=   stat_ramstat.c
>  
> -MAN= sendmail.8 smtpd.8 smtpd.conf.5 table.5
> +MAN= sendmail.8 smtpd-filters.7 smtpd.8 smtpd.conf.5 table.5
>  BINDIR=  /usr/sbin
>  
>  LDADD+=  -levent -lutil -ltls -lssl -lcrypto -lz

Following discussions with jmc@ and gilles@ I'm doing some work on the
English language on smtpd-filters.7 with a view to getting it installed.



Re: Add missing manpage for smtpd

2021-10-25 Thread Jason McIntyre
On Mon, Oct 25, 2021 at 04:12:17PM +0100, Larry Hynes wrote:
> Hi
> 
> Crystal Kolipe  wrote:
> > I sent this to bugs@ a while back, but it seems to have been missed.
> > 
> > smtpd-filters.7 is not installed by default.
> > 
> > --- usr.sbin/smtpd/smtpd/Makefile.dist  Wed Apr 21 04:54:10 2021
> > +++ usr.sbin/smtpd/smtpd/Makefile   Mon Oct 25 11:54:39 2021
> > @@ -76,7 +76,7 @@
> >  
> >  SRCS+= stat_ramstat.c
> >  
> > -MAN=   sendmail.8 smtpd.8 smtpd.conf.5 table.5
> > +MAN=   sendmail.8 smtpd-filters.7 smtpd.8 smtpd.conf.5 table.5
> >  BINDIR=/usr/sbin
> >  
> >  LDADD+=-levent -lutil -ltls -lssl -lcrypto -lz
> 
> Following discussions with jmc@ and gilles@ I'm doing some work on the
> English language on smtpd-filters.7 with a view to getting it installed.
> 

yep, we'll hold off until you get a chance to go over it.
jmc



Add missing manpage for smtpd

2021-10-25 Thread Crystal Kolipe
I sent this to bugs@ a while back, but it seems to have been missed.

smtpd-filters.7 is not installed by default.

--- usr.sbin/smtpd/smtpd/Makefile.dist  Wed Apr 21 04:54:10 2021
+++ usr.sbin/smtpd/smtpd/Makefile   Mon Oct 25 11:54:39 2021
@@ -76,7 +76,7 @@
 
 SRCS+= stat_ramstat.c
 
-MAN=   sendmail.8 smtpd.8 smtpd.conf.5 table.5
+MAN=   sendmail.8 smtpd-filters.7 smtpd.8 smtpd.conf.5 table.5
 BINDIR=/usr/sbin
 
 LDADD+=-levent -lutil -ltls -lssl -lcrypto -lz