On Wed, Oct 21, 2009 at 6:30 PM, Martin Dommermuth <[email protected]> wrote:
> as far as I can see the problem is simply a missing / in line 71
> of the init script right in front of the filename of the pidfile:
> change
> PIDFILE=${PIDBASE:-/var/run/dovecot/}master.pid
> to
> PIDFILE=${PIDBASE:-/var/run/dovecot/}/master.pid

Doubled // doesn't seem right to me. This is the latest version from backports:

$ grep PIDFILE /etc/init.d/dovecot
PIDFILE=${PIDBASE:-/var/run/dovecot}/master.pid

Cheers



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to