Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2014 22:31:19 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275271 - head/etc
Message-ID:  <201411292231.sATMVJlx052513@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411292231.sATMVJlx052513>