From c24eba27a0d17acf40955e1fa58ae1aa8cc10175 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 2 Jun 2014 18:09:50 +0200 Subject: [PATCH] core78: Reflect chnages about the ping command. --- config/rootfiles/core/78/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/78/update.sh b/config/rootfiles/core/78/update.sh index cb9af9f24..65643793d 100644 --- a/config/rootfiles/core/78/update.sh +++ b/config/rootfiles/core/78/update.sh @@ -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" -- 2.39.2