Comment out usr/sbin/mailwrapper removal
because for no mailwrapper case we have: /usr/sbin/sendmail -> /usr/sbin/mailwrapper /usr/sbin/mailwrapper -> /usr/libexec/sendmail/sendmail Add comment explaining it.
This commit is contained in:
parent
70a3efc14f
commit
96a59ba2ae
@ -5122,7 +5122,10 @@ OLD_FILES+=usr/share/misc/mail.tildehelp
|
||||
|
||||
.if ${MK_MAILWRAPPER} == no
|
||||
OLD_FILES+=etc/mail/mailer.conf
|
||||
OLD_FILES+=usr/sbin/mailwrapper
|
||||
# Don't remove, for no mailwrapper case:
|
||||
# /usr/sbin/sendmail -> /usr/sbin/mailwrapper
|
||||
# /usr/sbin/mailwrapper -> /usr/libexec/sendmail/sendmail
|
||||
#OLD_FILES+=usr/sbin/mailwrapper
|
||||
OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user