]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core78: Reflect chnages about the ping command.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Jun 2014 16:09:50 +0000 (18:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Jun 2014 16:09:50 +0000 (18:09 +0200)
config/rootfiles/core/78/update.sh

index cb9af9f242d48c599280bb962b624ca4fc91d975..65643793d8f4631cb922d43f48f46217016f3a3c 100644 (file)
@@ -165,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"