Package: tinyproxy
Version: 1.6.3-2

The contents of the /etc/logrotate.d/tinyproxy are as follows

/var/log/tinyproxy.log {
    rotate 14
    daily
    compress
    missingok
    postrotate
        /etc/init.d/tinyproxy restart > /dev/null
    endscript
}

The result of this postrotate action is that the tinyproxy is started even if 
it was not running previously and/or removed from rc.d completely. The 
correct behaviour would in my opinion be to restart ONLY if it's already 
running.

I am using Debian GNU/Linux 2.6, kernel 2.6.16-1-vserver-amd64-k8 and libc6 
2.3.5-7.



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

Reply via email to