svn commit: r262976 - in head: etc/mtree share/examples share/examples/dma tools/build/mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 10 14:36:28 UTC 2014


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


More information about the svn-src-all mailing list