Control: tags -1 + confirmed

On Sat, 2016-02-13 at 18:46 +0100, Petter Reinholdtsen wrote:
> The sitesummary package in stable is affected by two RC bugs, one giving
> uninstallation problems, the other causing hangs in the postinst.  The
> following patch will solve it.  The change is already in unstable and
> testing.
[...]
> +case "$1" in
> +    remove)
> +        # Enable it on fresh installations as before Apache 2.4.  Check for
> +        # cgi.load existence to avoid trying to configure when installed 
> after
> +        # apache2 is unpacked but not yet configured (bug #760084).
> +        if [ -z "$2" ] && \
> +            [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
> +            . /usr/share/apache2/apache2-maintscript-helper
> +            apache2_invoke disconf sitesummary.conf
> +        fi

The comment for the prerm is wrong (twice) - it's disabling, not
enabling, the configuration and not checking for cgi.load.

Other than that, please go ahead.

Regards,

Adam

Reply via email to