mailwrapper: switch mailer.conf to CONFS

This matches what was already being done in dma(8), and should again make
this merge with etcupdate/mergemaster.

Reported by:	jhb
This commit is contained in:
Kyle Evans 2020-06-29 18:06:00 +00:00
parent 97ce5033a8
commit 70448a5414
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362787

View file

@ -31,9 +31,9 @@ SYMLINKS+= ..${BINDIR}/mailwrapper /bin/rmail
# dma(8) are installed and simply provide a default that can be changed for an
# alternative in ports.
.if ${MK_SENDMAIL} != "no" || ${MK_DMAGENT} == "no"
FILES= ${SRCTOP}/etc/mail/mailer.conf
FILESDIR= /etc/mail
FILESMODE= 644
CONFS= ${SRCTOP}/etc/mail/mailer.conf
CONFSDIR= /etc/mail
CONFSMODE= 644
.endif
.endif