Package: apache2.2-common
Version: 2.2.4-3
Tags: patch

The "reload" clause in the current /etc/init.d/apache2 has the line (161):

                if pidof_apache; then

But this is noisy, as it outputs the PID needlessly; much better would
be to have:

                if pidof_apache > /dev/null; then

   Julian


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

Reply via email to