Add a mailer.conf example to use dma
This commit is contained in:
parent
36c53d6700
commit
2c4c3f6750
@ -301,6 +301,8 @@
|
|||||||
..
|
..
|
||||||
diskless
|
diskless
|
||||||
..
|
..
|
||||||
|
dma
|
||||||
|
..
|
||||||
drivers
|
drivers
|
||||||
..
|
..
|
||||||
etc
|
etc
|
||||||
|
@ -247,6 +247,9 @@ SUBDIR+=ipfilter
|
|||||||
.if ${MK_PF} != "no"
|
.if ${MK_PF} != "no"
|
||||||
SUBDIR+=pf
|
SUBDIR+=pf
|
||||||
.endif
|
.endif
|
||||||
|
.if ${MK_DMAGENT} != "no"
|
||||||
|
SUBDIR+=dma
|
||||||
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MK_TESTS} != "no"
|
.if ${MK_TESTS} != "no"
|
||||||
|
5
share/examples/dma/mailer.conf
Normal file
5
share/examples/dma/mailer.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
sendmail /usr/libexec/dma
|
||||||
|
send-mail /usr/libexec/dma
|
||||||
|
mailq /usr/libexec/dma
|
@ -4311,4 +4311,5 @@ OLD_FILES+=usr/bin/svnversion
|
|||||||
OLD_FILES+=usr/libexec/dma
|
OLD_FILES+=usr/libexec/dma
|
||||||
OLD_FILES+=usr/libexec/dma-mbox-create
|
OLD_FILES+=usr/libexec/dma-mbox-create
|
||||||
OLD_FILES+=usr/share/man/man8/dma.8.gz
|
OLD_FILES+=usr/share/man/man8/dma.8.gz
|
||||||
|
OLD_FILES+=usr/share/examples/dma/mailer.conf
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user