[Bug 266604] Spurious deletion of /bin/rmail
Date: Sun, 25 Sep 2022 14:53:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266604
Bug ID: 266604
Summary: Spurious deletion of /bin/rmail
Product: Base System
Version: 13.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: philippe.michel7@free.fr
When WITH_SENDMAIL is false, make delete-old wants to delete /bin/rmail via an
entry in OptionalObsoleteFiles.inc.
But this file may have been installed by WITH_MAILWRAPPER or WITH_DMAGENT (I
didn't try to investigate possible logical relationships between all these
variables).
/bin/rmail should probably only be removed if the above variables are all
false.
--
You are receiving this mail because:
You are the assignee for the bug.