mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
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.
This commit is contained in:
parent
56b11f84a7
commit
4f6fbcd5db
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213749
@ -22,6 +22,10 @@ SYMLINKS+= /usr/libexec/sendmail/sendmail ${BINDIR}/mailwrapper
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user