A brute force workaround that seems to work for me is to replace
everything in the postrotate clause in /etc/logrotate.d/thttpd with
this:

        /usr/bin/killall thttpd
        /etc/init.d/thttpd restart


The result is:

/var/log/thttpd.log {
    rotate 14
    daily
    compress
    missingok
    delaycompress
    postrotate
        /usr/bin/killall thttpd
        /etc/init.d/thttpd restart
    endscript
}

-- 
thttpd: broken logging
https://bugs.launchpad.net/bugs/131363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to