commit:     02b4f7073e6f0ea6829c8936b99ee605db117779
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 01:45:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 01:45:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b4f707

mail-mta/sendmail: fix makemap file collision for merged-usr

There's no need to make this symlink at all - it's within /usr
for both (not /usr -> /), it deviates from both upstream and
other distros' packaging, and there's also no benefit
given non-root PATH contains sbin anyway.

Also, symlink's been there since 2002 (initial commit), so
it's not like it was added to solve some problem.

Ionen did the analysis on this on IRC (thank you!).

Closes: https://bugs.gentoo.org/885781
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-mta/sendmail/sendmail-8.17.1-r3.ebuild | 1 -
 mail-mta/sendmail/sendmail-8.17.1.9.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/mail-mta/sendmail/sendmail-8.17.1-r3.ebuild 
b/mail-mta/sendmail/sendmail-8.17.1-r3.ebuild
index a2ae30989f5d..36165b222588 100644
--- a/mail-mta/sendmail/sendmail-8.17.1-r3.ebuild
+++ b/mail-mta/sendmail/sendmail-8.17.1-r3.ebuild
@@ -135,7 +135,6 @@ src_install() {
        fowners smmsp:smmsp /var/spool/clientmqueue
        fperms 770 /var/spool/clientmqueue
        fperms 700 /var/spool/mqueue
-       dosym ../sbin/makemap /usr/bin/makemap
        dodoc FAQ KNOWNBUGS README RELEASE_NOTES doc/op/op.ps
 
        dodoc sendmail/{SECURITY,TUNING}

diff --git a/mail-mta/sendmail/sendmail-8.17.1.9.ebuild 
b/mail-mta/sendmail/sendmail-8.17.1.9.ebuild
index d266f2ed79b2..a136caf3c842 100644
--- a/mail-mta/sendmail/sendmail-8.17.1.9.ebuild
+++ b/mail-mta/sendmail/sendmail-8.17.1.9.ebuild
@@ -144,7 +144,6 @@ src_install() {
        fowners smmsp:smmsp /var/spool/clientmqueue
        fperms 770 /var/spool/clientmqueue
        fperms 700 /var/spool/mqueue
-       dosym ../sbin/makemap /usr/bin/makemap
        dodoc FAQ KNOWNBUGS README RELEASE_NOTES doc/op/op.ps
 
        dodoc sendmail/{SECURITY,TUNING}

Reply via email to