Date: Mon, 10 Mar 2014 14:36:27 +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: r262976 - in head: etc/mtree share/examples share/examples/dma tools/build/mk Message-ID: <201403101436.s2AEaRCu086764@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Mar 10 14:36:27 2014 New Revision: 262976 URL: http://svnweb.freebsd.org/changeset/base/262976 Log: Add a mailer.conf example to use dma Added: head/share/examples/dma/ head/share/examples/dma/mailer.conf (contents, props changed) Modified: head/etc/mtree/BSD.usr.dist head/share/examples/Makefile head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/etc/mtree/BSD.usr.dist ============================================================================== --- head/etc/mtree/BSD.usr.dist Mon Mar 10 10:39:29 2014 (r262975) +++ head/etc/mtree/BSD.usr.dist Mon Mar 10 14:36:27 2014 (r262976) @@ -301,6 +301,8 @@ .. diskless .. + dma + .. drivers .. etc Modified: head/share/examples/Makefile ============================================================================== --- head/share/examples/Makefile Mon Mar 10 10:39:29 2014 (r262975) +++ head/share/examples/Makefile Mon Mar 10 14:36:27 2014 (r262976) @@ -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" Added: head/share/examples/dma/mailer.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/examples/dma/mailer.conf Mon Mar 10 14:36:27 2014 (r262976) @@ -0,0 +1,5 @@ +# $FreeBSD$ + +sendmail /usr/libexec/dma +send-mail /usr/libexec/dma +mailq /usr/libexec/dma Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- head/tools/build/mk/OptionalObsoleteFiles.inc Mon Mar 10 10:39:29 2014 (r262975) +++ head/tools/build/mk/OptionalObsoleteFiles.inc Mon Mar 10 14:36:27 2014 (r262976) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403101436.s2AEaRCu086764>