svn commit: r362787 - head/usr.sbin/mailwrapper

Kyle Evans kevans at FreeBSD.org
Mon Jun 29 18:06:01 UTC 2020


Author: kevans
Date: Mon Jun 29 18:06:00 2020
New Revision: 362787
URL: https://svnweb.freebsd.org/changeset/base/362787

Log:
  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

Modified:
  head/usr.sbin/mailwrapper/Makefile

Modified: head/usr.sbin/mailwrapper/Makefile
==============================================================================
--- head/usr.sbin/mailwrapper/Makefile	Mon Jun 29 17:47:00 2020	(r362786)
+++ head/usr.sbin/mailwrapper/Makefile	Mon Jun 29 18:06:00 2020	(r362787)
@@ -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
 


More information about the svn-src-head mailing list