Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44989 - postfix-2.0.19-r2 ebuild deletes sendmail binary
Summary: postfix-2.0.19-r2 ebuild deletes sendmail binary
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Max Kalika (RETIRED)
URL:
Whiteboard:
Keywords:
: 45025 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-17 20:27 UTC by Pedro Morales
Modified: 2004-03-18 09:14 UTC (History)
3 users (show)

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 Pedro Morales 2004-03-17 20:27:35 UTC
In the ebuild the sendmail interface /usr/sbin/sendmail is deleted, making commands such as mailq and newaliases totally useless.

This is not solved by mailwrapper, because the commands that should be called do not exist. (/usr/sbin/sendmail.postfix)

Reproducible: Always
Steps to Reproduce:
1.type mailq


Actual Results:  
nothing happens

Expected Results:  
output of mailq
Comment 1 Pedro Morales 2004-03-17 20:36:56 UTC
As I see mailwrapper has been made a dependency, and due to the configuratin file instaled (all commands have /usr/sbin/sendmail.postfix as second member) I guess instead of a rm it should be a mv to that filename.
Comment 2 Max Kalika (RETIRED) gentoo-dev 2004-03-17 22:44:26 UTC
Grant, mind helping out?
Comment 3 Wim Uyttebroek 2004-03-18 02:11:16 UTC
changing the ebuild from:

 # Remove the /usr/sbin/sendmail symlink
rm ${D}/usr/sbin/sendmail

to 

 # Remove the /usr/sbin/sendmail symlink
mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.postfix

doesn't work with me!!
Comment 4 Pedro Morales 2004-03-18 05:25:03 UTC
what do you mean by it does not work?

Remember that now you must configure that mailq is link to that in /etc/mailer.conf (I beleive the ebuild does taht for you).
Comment 5 Grant Goodyear (RETIRED) gentoo-dev 2004-03-18 07:29:09 UTC
Sorry about that.  I woke up this morning wondering if I had forgotten to
create sendmail.postfix.  Now fixed on CVS.  If you still have problems, 
please do let me know.
Comment 6 Max Kalika (RETIRED) gentoo-dev 2004-03-18 09:14:43 UTC
*** Bug 45025 has been marked as a duplicate of this bug. ***