From fe5676baea3c38ee19776983fdc1cf22c4a7d928 Mon Sep 17 00:00:00 2001 From: gjb Date: Wed, 1 Jun 2016 20:44:28 +0000 Subject: Revert r301137 and r301163, and implement a correct fix for the CONFS issue with dma.conf and ppp.conf. Thank you very much to Bryan Drewery for looking into the problem and providing this fix. Pointyhat: gjb Sponsored by: The FreeBSD Foundation --- libexec/dma/dmagent/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libexec') diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile index 6baa902..1875177 100644 --- a/libexec/dma/dmagent/Makefile +++ b/libexec/dma/dmagent/Makefile @@ -18,6 +18,8 @@ SRCS= aliases_parse.y \ spool.c \ util.c MAN8= dma.8 +CONFS= dma.conf +CONFSDIR= ${CONFDIR}/dma YFLAGS+= -i CLEANFILES= aliases_parse.i FILES= mailer.conf -- cgit v1.1