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
F97765398: D35874.diff
Tue, Oct 1, 4:25 AM
Unknown Object (File)
Mon, Sep 30, 3:08 AM
Unknown Object (File)
Fri, Sep 27, 1:02 AM
Unknown Object (File)
Tue, Sep 24, 1:47 AM
Unknown Object (File)
Mon, Sep 23, 7:03 AM
Unknown Object (File)
Sun, Sep 22, 12:28 PM
Unknown Object (File)
Sun, Sep 22, 12:51 AM
Unknown Object (File)
Wed, Sep 18, 11:57 AM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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