The standard apache2 logrotate conf has:

        postrotate
                if [ -f "`. /etc/apache2/envvars ; echo 
${APACHE_PID_FILE:-/var/run/apache2.pid}`" ]; then
                        /etc/init.d/apache2 reload > /dev/null
                fi
        endscript

The trailing "}" is likely to confuse a naïve parser. I'll see what I
can do to fix this.

-- 
Paul Martin <p...@debian.org>



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to