]> gitweb.fluxo.info Git - hydra.git/commitdiff
Rollback: uninstall and then install uploadprogress on wheezy upgrade
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Mar 2014 23:02:49 +0000 (20:02 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Mar 2014 23:02:49 +0000 (20:02 -0300)
share/hydractl/system-upgrade

index 62428f8806f663274774961ad79d5d2941609f6c..da427709321c2cf9030dd4cb9834e2b049c41f7d 100755 (executable)
@@ -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