]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/rootfiles/core/78/update.sh
core78: Reflect chnages about the ping command.
[people/teissler/ipfire-2.x.git] / config / rootfiles / core / 78 / update.sh
index 0d59761114819b3b0cabbcc5c44dc8300841cfa2..65643793d8f4631cb922d43f48f46217016f3a3c 100644 (file)
@@ -135,9 +135,6 @@ esac
 /etc/init.d/ipsec stop
 /etc/init.d/apache stop
 
-# Remove the old default theme
-rm -rf /srv/web/ipfire/html/themes/ipfire
-
 # rename /etc/modprobe.d files
 for i in $(find /etc/modprobe.d/* | grep -v ".conf"); do
        mv $i $i.conf
@@ -168,6 +165,10 @@ if [ $BOOTSPACE -lt 1000 ]; then
        esac
 fi
 
+# Update ping
+rm -f /bin/ping
+ln -sf ../usr/bin/ping /bin/ping
+chmod 4755 /usr/bin/ping
 
 # Update Language cache
 perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"