From: Silvio Rhatto Date: Fri, 15 Feb 2013 16:20:26 +0000 (-0200) Subject: Removing old php config on system-upgrade X-Git-Tag: 0.1~33 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fc711008b519f254ef56ec80565502d5041d4f7b;p=hydra.git Removing old php config on system-upgrade --- diff --git a/share/hydractl/system-upgrade b/share/hydractl/system-upgrade index 1878fed..e7b6703 100755 --- a/share/hydractl/system-upgrade +++ b/share/hydractl/system-upgrade @@ -67,7 +67,11 @@ apt-get autoremove # Custom procedures if [ "$nextrelease" == "wheezy" ]; then + # Old suhosin config rm -f /etc/php5/conf.d/suhosin.ini + + # This has to be manually installed again + rm -f /etc/php5/cli/conf.d/uploadprogress.ini fi # Enable puppet again