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:
parent
9ea01fedc0
commit
cebcc1ac1b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user