diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-09 20:02:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-09 20:02:49 -0300 |
commit | ad35d71fd1e23fd27ed38313231d6fbd99e3aec9 (patch) | |
tree | fa959c3d9ebd3fc12222a16139699d2eb578b84a | |
parent | 9c41290474880432a5ab41329e5b8e5e9b964b43 (diff) | |
download | hydra-ad35d71fd1e23fd27ed38313231d6fbd99e3aec9.tar.gz hydra-ad35d71fd1e23fd27ed38313231d6fbd99e3aec9.tar.bz2 |
Rollback: uninstall and then install uploadprogress on wheezy upgrade
-rwxr-xr-x | share/hydractl/system-upgrade | 6 |
1 files changed, 2 insertions, 4 deletions
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 |