Add a mailer.conf example to use dma

This commit is contained in:
Baptiste Daroussin 2014-03-10 14:36:27 +00:00
parent 36c53d6700
commit 2c4c3f6750
4 changed files with 11 additions and 0 deletions

View File

@ -301,6 +301,8 @@
..
diskless
..
dma
..
drivers
..
etc

View File

@ -247,6 +247,9 @@ SUBDIR+=ipfilter
.if ${MK_PF} != "no"
SUBDIR+=pf
.endif
.if ${MK_DMAGENT} != "no"
SUBDIR+=dma
.endif
.endif
.if ${MK_TESTS} != "no"

View File

@ -0,0 +1,5 @@
# $FreeBSD$
sendmail /usr/libexec/dma
send-mail /usr/libexec/dma
mailq /usr/libexec/dma

View File

@ -4311,4 +4311,5 @@ OLD_FILES+=usr/bin/svnversion
OLD_FILES+=usr/libexec/dma
OLD_FILES+=usr/libexec/dma-mbox-create
OLD_FILES+=usr/share/man/man8/dma.8.gz
OLD_FILES+=usr/share/examples/dma/mailer.conf
.endif