Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48885 - patch to make the qmail ebuild mailwrapper compatible
Summary: patch to make the qmail ebuild mailwrapper compatible
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 29485
  Show dependency tree
 
Reported: 2004-04-24 10:28 UTC by D-Bugger
Modified: 2005-06-08 11:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D-Bugger 2004-04-24 10:28:24 UTC
(verry simple) patch to make the qmail ebuild compatible with mailwrapper

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




--- qmail-1.03-r15.ebuild       2004-04-10 07:49:53.000000000 +0200
+++ qmail-1.03-r16.ebuild       2004-04-24 19:42:20.000000000 +0200
@@ -51,7 +51,8 @@
        >=net-mail/checkpassword-0.90
        >=net-mail/cmd5checkpw-0.22
        >=net-mail/dot-forward-0.71
-       >=net-mail/queue-fix-1.4-r1"
+       >=net-mail/queue-fix-1.4-r1
+       net-mail/mailwrapper"

 PROVIDE="virtual/mta
         virtual/mda"
@@ -296,8 +297,8 @@
        einfo "Creating sendmail replacement ..."
        diropts -m 755
        dodir /usr/sbin /usr/lib
-       dosym /var/qmail/bin/sendmail /usr/sbin/sendmail
-       dosym /var/qmail/bin/sendmail /usr/lib/sendmail
+       dosym /var/qmail/bin/sendmail /usr/sbin/sendmail.qmail
+       dosym /usr/sbin/sendmail /usr/lib/sendmail

        einfo "Setting up the default aliases ..."
        diropts -m 700 -o alias -g qmail
Comment 1 Rene Androsch 2004-04-24 13:25:26 UTC
You could also post the updated ebuild. Than it is easier to use it (at least for me) :)
Comment 2 Grant Goodyear (RETIRED) gentoo-dev 2004-04-27 18:14:35 UTC
I think we're going to rework the mailwrapper stuff so that it responds to
a "mailwrapper" USE flag.   Meanwhile, thank you very much!
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-04-27 19:53:15 UTC
there should be a set of qmail entries for the mailwrapper config file as well i feel.
Comment 4 Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2005-01-03 12:55:38 UTC
Added to qmail-1.03-r16. Could you test it, please?
Comment 5 Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2005-06-08 11:10:55 UTC
No response for five months. Closing.