[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#438950: apache2.2-common: init.d is too noisy on reload



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



Reply to: