Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2016 08:25:05 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r297226 - head/libexec/dma/dmagent
Message-ID:  <201603240825.u2O8P5jD015875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Mar 24 08:25:05 2016
New Revision: 297226
URL: https://svnweb.freebsd.org/changeset/base/297226

Log:
  Install a usable mailer.conf for dragonfly mailer agent if sendmail is disabled

Modified:
  head/libexec/dma/dmagent/Makefile

Modified: head/libexec/dma/dmagent/Makefile
==============================================================================
--- head/libexec/dma/dmagent/Makefile	Thu Mar 24 07:54:56 2016	(r297225)
+++ head/libexec/dma/dmagent/Makefile	Thu Mar 24 08:25:05 2016	(r297226)
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+.include <src.opts.mk>
+
 LIBADD=	ssl crypto
 
 PROG=	dma
@@ -22,6 +24,11 @@ YFLAGS+=	-i
 CLEANFILES=	aliases_parse.i
 FILES=	mailer.conf
 FILESDIR=	${SHAREDIR}/examples/dma
+.if ${MK_SENDMAIL} == no
+CONFGROUPS=	CONFS MAILER
+MAILERDIR=	/etc/mail
+MAILER=		mailer.conf
+.endif
 
 BINMODE=	2555
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603240825.u2O8P5jD015875>