From: Silvio Rhatto Date: Sun, 9 Mar 2014 23:02:49 +0000 (-0300) Subject: Rollback: uninstall and then install uploadprogress on wheezy upgrade X-Git-Tag: 0.2.2~67 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ad35d71fd1e23fd27ed38313231d6fbd99e3aec9;p=hydra.git Rollback: uninstall and then install uploadprogress on wheezy upgrade --- diff --git a/share/hydractl/system-upgrade b/share/hydractl/system-upgrade index 62428f8..da42770 100755 --- a/share/hydractl/system-upgrade +++ b/share/hydractl/system-upgrade @@ -166,12 +166,10 @@ if [ "$STAGE" == "custom" ]; then # Old suhosin config rm -f /etc/php5/conf.d/suhosin.ini - # See https://lists.debian.org/debian-user/2013/11/msg00312.html - apt-get purge php5-suhosin - # This has to be manually installed again if [ -f "/etc/php5/cli/conf.d/uploadprogress.ini" ]; then - pecl upgrade uploadprogress + pecl uninstall uploadprogress + pecl install uploadprogress fi fi