Symbolic link to mailwrapper should only be removed if both MK_MAILWRAPPER

and MK_SENDMAIL is "no".

Reported by:	Rob Farmer <rfarmer at predatorlabs.net>
This commit is contained in:
Xin LI 2010-02-10 00:01:35 +00:00
parent 9ea01fedc0
commit cebcc1ac1b

View File

@ -1559,7 +1559,9 @@ OLD_FILES+=usr/share/misc/mail.tildehelp
.if ${MK_MAILWRAPPER} == no
OLD_FILES+=etc/mail/mailer.conf
.if ${MK_SENDMAIL} == no
OLD_FILES+=usr/sbin/mailwrapper
.endif
OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
.endif