Summary: | postfix-2.0.19-r2 ebuild deletes sendmail binary | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pedro Morales <pedratan> |
Component: | New packages | Assignee: | Max Kalika (RETIRED) <max> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | g2boojum, gejzer, jrmalaq |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Pedro Morales
2004-03-17 20:27:35 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. Grant, mind helping out? 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!! 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). 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. |