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:
Andrey A. Chernov 2015-07-16 02:08:54 +00:00
parent 70a3efc14f
commit 96a59ba2ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285617

View File

@ -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