From fc711008b519f254ef56ec80565502d5041d4f7b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 15 Feb 2013 14:20:26 -0200 Subject: Removing old php config on system-upgrade --- share/hydractl/system-upgrade | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3