Comment 1 for bug 930916

Revision history for this message
albatros (jda) wrote : Re: amavis start-stop script fails to stop amavisd

An easy fix:

In /etc/init.d/amavis:
replace the line
STOP="--stop --quiet --pidfile $PIDFILE --name ${DAEMONNAME}"
with
STOP="--stop --quiet --pidfile $PIDFILE"