From: Michael Tremer Date: Fri, 5 Jan 2018 13:45:37 +0000 (+0000) Subject: core118: Drop PHP files in updater X-Git-Tag: v2.19-core118~3^2~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11f0b6923b6aa3ab7ad934735f485503f0164d01;p=people%2Fstevee%2Fipfire-2.x.git core118: Drop PHP files in updater Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/118/update.sh b/config/rootfiles/core/118/update.sh index b3e57f44d4..18a167c3bb 100644 --- a/config/rootfiles/core/118/update.sh +++ b/config/rootfiles/core/118/update.sh @@ -32,7 +32,15 @@ for (( i=1; i<=$core; i++ )); do done # Delete files -rm -vf /etc/httpd/conf.d/php5.conf +rm -rvf \ + /etc/httpd/conf.d/php5.conf \ + /etc/pear.conf \ + /etc/php.ini \ + /usr/bin/phar \ + /usr/bin/phar.phar \ + /usr/bin/php \ + /usr/lib/apache/libphp5.so \ + /usr/lib/php # Stop services