core78: Reflect chnages about the ping command.

This commit is contained in:
Michael Tremer
2014-06-02 18:09:50 +02:00
parent e008080374
commit c24eba27a0

View 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"