summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2015-07-16 02:08:54 +0000
committerache <ache@FreeBSD.org>2015-07-16 02:08:54 +0000
commit51a129b0cfe7f049e6f5b2d2d4062b1334af4a32 (patch)
tree8a529eecf2a97fa50cb0dff3a121e3c57e9c1d6a /tools
parentabe89cf2273a58b07b609d6c6fdb415955f7c03b (diff)
downloadFreeBSD-src-51a129b0cfe7f049e6f5b2d2d4062b1334af4a32.zip
FreeBSD-src-51a129b0cfe7f049e6f5b2d2d4062b1334af4a32.tar.gz
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.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index e2618f6..b3ba0ce 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
OpenPOWER on IntegriCloud