From ba837e88425933b863ed2a430a0a53995a57a840 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 6 May 2015 19:21:05 +0200 Subject: [PATCH] core90: restart init after glibc update. --- config/rootfiles/core/90/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/90/update.sh b/config/rootfiles/core/90/update.sh index 80525ef3d1..d441726623 100644 --- a/config/rootfiles/core/90/update.sh +++ b/config/rootfiles/core/90/update.sh @@ -139,6 +139,10 @@ rm /srv/web/ipfire/html/images/flags/* #Extract files tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C / +# +# restart init because glibc was updated. +telinit u + # Remove old openssl libraries rm -vf /usr/lib/libcrypto.so.0.9.8 /usr/lib/libssl.so.0.9.8 -- 2.39.5