Package: nginx Version: 0.5.30-1 Severity: normal Tags: patch debhelper automatically invokes adds shell code that stops and starts nginx in the prerm and postinst scripts. This nullifies the effect of the code in postinst to do seamless upgrades without downtime.
--- a/debian/postinst +++ b/debian/postinst @@ -53,10 +53,5 @@ if [ -x "/etc/init.d/nginx" ]; then fi fi -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - exit 0 --- a/debian/prerm +++ b/debian/prerm @@ -29,11 +29,6 @@ case "$1" in ;; esac -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - exit 0 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]