summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-14 01:45:06 +0000
committerSam James <sam@gentoo.org>2022-12-14 01:45:06 +0000
commit02b4f7073e6f0ea6829c8936b99ee605db117779 (patch)
tree3a761018954e2e55c4977d1a47dbb05e3c033a42 /mail-mta
parentapp-admin/consul: drop 1.12.5, 1.12.6, 1.13.3, 1.14.0, 1.14.1 (diff)
downloadgentoo-02b4f7073e6f0ea6829c8936b99ee605db117779.tar.gz
gentoo-02b4f7073e6f0ea6829c8936b99ee605db117779.tar.bz2
gentoo-02b4f7073e6f0ea6829c8936b99ee605db117779.zip
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@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/sendmail/sendmail-8.17.1-r3.ebuild1
-rw-r--r--mail-mta/sendmail/sendmail-8.17.1.9.ebuild1
2 files changed, 0 insertions, 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}