From 70448a5414ad07e437bed167cdeea36319cce4bc Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 29 Jun 2020 18:06:00 +0000 Subject: [PATCH] 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 --- usr.sbin/mailwrapper/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile index 65bc7f023ffa..28e0c3c1ce6d 100644 --- a/usr.sbin/mailwrapper/Makefile +++ b/usr.sbin/mailwrapper/Makefile @@ -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