diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-09 19:58:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-09 19:58:00 -0300 |
commit | 9c41290474880432a5ab41329e5b8e5e9b964b43 (patch) | |
tree | c921e6b06c348162732140fe0798bf1ab2cbac71 /share/hydractl | |
parent | 871ca6d0c57404619857c9b553047e869b8200d5 (diff) | |
download | hydra-9c41290474880432a5ab41329e5b8e5e9b964b43.tar.gz hydra-9c41290474880432a5ab41329e5b8e5e9b964b43.tar.bz2 |
Purgue php5-suhosin when upgrading to wheezy
Diffstat (limited to 'share/hydractl')
-rwxr-xr-x | share/hydractl/system-upgrade | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/hydractl/system-upgrade b/share/hydractl/system-upgrade index 51df318..62428f8 100755 --- a/share/hydractl/system-upgrade +++ b/share/hydractl/system-upgrade @@ -166,6 +166,9 @@ 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 |