]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/90/update.sh
core90: restart init after glibc update.
[ipfire-2.x.git] / config / rootfiles / core / 90 / update.sh
index 80525ef3d11a35a67e73cb8d6ee3ca6d973d0c5d..d441726623d0f71d456e9698153c3fbd2fd62581 100644 (file)
@@ -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