]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
check/delete-old: Fix /bin/rmail removal condition
authorDmitry Chagin <dchagin@FreeBSD.org>
Thu, 21 Jul 2022 22:20:25 +0000 (01:20 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Thu, 21 Jul 2022 22:20:25 +0000 (01:20 +0300)
commit55736146389f997fe3e2453f1d48d96ff1ad5b7a
tree7c03cd52634e6b7b995f62bb357066121346fe0d
parentb77a5e5f5835620ce27114fad9a211d960ed60aa
check/delete-old: Fix /bin/rmail removal condition

When WITHOUT_SENDMAIL is enabled and WITHOUT_MAILWRAPPER is disabled
we install /bin/rmail as a link to the /usr/sbin/mailwrapper.
Ensure make delete-old does not unlink /bin/rmail in that case.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D35874
MFC after: 2 weeks
tools/build/mk/OptionalObsoleteFiles.inc