From 02b4f7073e6f0ea6829c8936b99ee605db117779 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 14 Dec 2022 01:45:06 +0000 Subject: 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 --- 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(-) (limited to 'mail-mta/sendmail') 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} -- cgit v1.2.3-65-gdbad