svn commit: r275271 - head/etc
Garrett Cooper
ngie at FreeBSD.org
Sat Nov 29 22:31:20 UTC 2014
Author: ngie
Date: Sat Nov 29 22:31:19 2014
New Revision: 275271
URL: https://svnweb.freebsd.org/changeset/base/275271
Log:
Revert r275270
MK_MAIL applies to MK_SENDMAIL and a number of other knobs. r275270 incorrectly
applied it to only MK_SENDMAIL
Modified:
head/etc/Makefile
Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile Sat Nov 29 22:26:35 2014 (r275270)
+++ head/etc/Makefile Sat Nov 29 22:31:19 2014 (r275271)
@@ -292,7 +292,7 @@ distribution:
cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
${PPPCNF} ${DESTDIR}/etc/ppp
.endif
-.if ${MK_SENDMAIL} != "no"
+.if ${MK_MAIL} != "no"
cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
${ETCMAIL} ${DESTDIR}/etc/mail
if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
More information about the svn-src-all
mailing list