https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c2 Freek de Kruijf <f.de.kruijf@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |f.de.kruijf@gmail.com --- Comment #2 from Freek de Kruijf <f.de.kruijf@gmail.com> 2011-10-12 14:37:00 UTC --- I noticed that a dependency of the amavisd package now is the amavisd-milter package. So now installing amavisd also installs amavisd-milter. This is because /etc/init.d/amavis checks for the availability of /usr/sbin/amavis-milter. However this check should be for /usr/sbin/amavisd-milter. The following patch file should be applied after renaming /etc/init.d/amavis to /etc/init.d/amavis.org --- /etc/init.d/amavis.org 2011-10-11 17:25:08.000000000 +0200 +++ /etc/init.d/amavis 2011-10-12 12:19:55.010477784 +0200 @@ -22,7 +22,7 @@ ### END INIT INFO AMAVISD_BIN=/usr/sbin/amavisd -AMAVIS_MILTER_BIN=/usr/sbin/amavis-milter +AMAVIS_MILTER_BIN=/usr/sbin/amavisd-milter AMAVIS_SYSCONFIG=/etc/sysconfig/amavis AMAVIS_CONF=/etc/amavisd.conf AMAVIS_PID=/var/spool/amavis/amavisd.pid However there is still another bug, which became worse bug#706257 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.