On Mon, Dec 07, 2015 at 05:40:50AM -0700, Sunil Nimmagadda wrote:
> CVSROOT: /cvs
> Module name: www
> Changes by: [email protected] 2015/12/07 05:40:50
>
> Modified files:
> faq : current.html
>
> Log message:
> Document merging of makemap(8) into smtpctl(8).
>
> Ok gilles@, jung@
>
I'm confused:
It says "$ rm -f /usr/libexec/smtpd/makemap", but etc/mail/Makefile
still contains
MAKEMAP= /usr/libexec/smtpd/makemap
[...]
${MAKEMAP} -t aliases -o ${DESTDIR}/etc/mail/aliases.db \
${DESTDIR}/etc/mail/aliases
thus breaking 'make build'.
If I read the source of smtpctl.c correctly, it seems that
smtpctl/Makefile is missing a LINKS=... line and the above needs to be
adjusted, no?