Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2010 21:01:27 +0000 (UTC)
From:      Mark Murray <markm@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213749 - head/usr.sbin/mailwrapper
Message-ID:  <201010122101.o9CL1Rcp061932@svn.freebsd.org>

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



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