From 96a59ba2aedf58d70c148e744c35b7ec50bcbe1d Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 16 Jul 2015 02:08:54 +0000 Subject: [PATCH] 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. --- tools/build/mk/OptionalObsoleteFiles.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index e2618f62fcdb..b3ba0ce98e32 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -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