svn commit: r213749 - head/usr.sbin/mailwrapper
Mark Murray
markm at FreeBSD.org
Tue Oct 12 21:01:27 UTC 2010
Author: markm
Date: Tue Oct 12 21:01:26 2010
New Revision: 213749
URL: http://svn.freebsd.org/changeset/base/213749
Log:
Create the /bin/rmail symlink (which mailers such as postfix
and Exim can use).
This is something I thought I committed MONTHS ago, but it appears
that I fatfingered it and made a local commit.
Pass the pointy hat, please.
Modified:
head/usr.sbin/mailwrapper/Makefile
Modified: head/usr.sbin/mailwrapper/Makefile
==============================================================================
--- head/usr.sbin/mailwrapper/Makefile Tue Oct 12 20:53:12 2010 (r213748)
+++ head/usr.sbin/mailwrapper/Makefile Tue Oct 12 21:01:26 2010 (r213749)
@@ -22,6 +22,10 @@ SYMLINKS+= /usr/libexec/sendmail/sendmai
.endif
.endif
+.if ${MK_MAILWRAPPER} != "no" && ${MK_SENDMAIL} == "no"
+SYMLINKS+= ${BINDIR}/mailwrapper /bin/rmail
+.endif
+
.if ${MK_MAILWRAPPER} != "no"
.if !exists(${DESTDIR}/etc/mail/mailer.conf)
FILES= ${.CURDIR}/../../etc/mail/mailer.conf
More information about the svn-src-all
mailing list