From 44967a84023ffa884ab4c4b484bdc6982ded66d3 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 26 Nov 2012 15:51:57 +0100 Subject: [PATCH] updater: reload init after unpacking. --- config/rootfiles/core/66/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/66/update.sh b/config/rootfiles/core/66/update.sh index 815ff7d7e7..09a40c2966 100644 --- a/config/rootfiles/core/66/update.sh +++ b/config/rootfiles/core/66/update.sh @@ -157,6 +157,10 @@ rm -f /usr/local/bin/vpn-watch #Extract files tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C / +# +#Reload init to close old linker/glibc +telinit u + # Regenerate ipsec configuration files. /srv/web/ipfire/cgi-bin/vpnmain.cgi -- 2.39.5