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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to