svn commit: r275018 - projects/building-blocks/etc/rc.d
Garrett Cooper
ngie at FreeBSD.org
Tue Nov 25 08:04:33 UTC 2014
Author: ngie
Date: Tue Nov 25 08:04:32 2014
New Revision: 275018
URL: https://svnweb.freebsd.org/changeset/base/275018
Log:
Don't install othermta unless MK_MAIL == yes
Modified:
projects/building-blocks/etc/rc.d/Makefile
Modified: projects/building-blocks/etc/rc.d/Makefile
==============================================================================
--- projects/building-blocks/etc/rc.d/Makefile Tue Nov 25 07:47:44 2014 (r275017)
+++ projects/building-blocks/etc/rc.d/Makefile Tue Nov 25 08:04:32 2014 (r275018)
@@ -107,7 +107,7 @@ FILES= DAEMON \
ntpd \
ntpdate \
${_opensm} \
- othermta \
+ ${_othermta} \
pf \
pflog \
pfsync \
@@ -186,6 +186,10 @@ _kfd= kfd
_kpasswdd= kpasswdd
.endif
+.if ${MK_MAIL} != "no"
+_othermta= othermta
+.endif
+
.if ${MK_OFED} != "no"
_opensm= opensm
.endif
More information about the svn-src-projects
mailing list