X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config%2Frootfiles%2Fcore%2F149%2Fupdate.sh;h=38f80529f48a6b78e5576e3fe53ef86c33d9af98;hb=5eab2b3893538800a2f0aa9433028508a3ca7c0f;hp=63e10efaaf6b3b874fe67db71e31245b68973c8e;hpb=63de1d010f21ee5c66fd16c87c65fc18e2087235;p=ipfire-2.x.git diff --git a/config/rootfiles/core/149/update.sh b/config/rootfiles/core/149/update.sh index 63e10efaaf..38f80529f4 100644 --- a/config/rootfiles/core/149/update.sh +++ b/config/rootfiles/core/149/update.sh @@ -32,7 +32,8 @@ for (( i=1; i<=$core; i++ )); do done # Remove files -#rm -vf \ +rm -rvf \ + /usr/share/vim/vim81 # Stop services @@ -42,6 +43,9 @@ extract_files # update linker config ldconfig +# Restart init to allow clean unmout at reboot +telinit u + # Update Language cache /usr/local/bin/update-lang-cache @@ -49,8 +53,9 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services -/etc/init.d/apache2 restart +/etc/init.d/apache restart /etc/init.d/unbound restart +/etc/init.d/squid restart # Update crontab sed -i /var/spool/cron/root.orig \