Page MenuHomeFreeBSD

check/delete-old: Fix /bin/rmail removal condition
ClosedPublic

Authored by dchagin on Jul 21 2022, 4:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 12, 2:46 AM
Unknown Object (File)
Mar 12 2025, 9:44 PM
Unknown Object (File)
Mar 9 2025, 4:56 AM
Unknown Object (File)
Feb 22 2025, 11:33 PM
Unknown Object (File)
Feb 21 2025, 9:59 AM
Unknown Object (File)
Jan 27 2025, 2:35 AM
Unknown Object (File)
Jan 26 2025, 4:23 AM
Unknown Object (File)
Jan 16 2025, 3:27 PM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46503
Build 43392: arc lint + arc unit

Event Timeline

corresponding case in usr.sbin/mailwrapper/Makefile

.if ${MK_MAILWRAPPER} != "no" && ${MK_SENDMAIL} == "no"
SYMLINKS+=      ..${BINDIR}/mailwrapper /bin/rmail
.endif
This revision is now accepted and ready to land.Jul 21 2022, 4:26 PM