changeset 1091:b7264d4a5172

core/rc: no ldconfig in musl
author David Demelier <markand@malikania.fr>
date Fri, 06 Sep 2019 21:05:00 +0200
parents 1c119dbea5e6
children 11c9debfe977
files core/rc/rc.init
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/core/rc/rc.init	Thu Sep 05 21:05:00 2019 +0200
+++ b/core/rc/rc.init	Fri Sep 06 21:05:00 2019 +0200
@@ -95,9 +95,6 @@
 # Clean pid files before starting any services.
 find /var/run -type f -name "*.pid" -delete
 
-# Update shared library caches.
-ldconfig
-
 if [ -n "$TIMEZONE" ] && [ "$TIMEZONE" != "UTC" ]; then
 	echo -n "Setting timezone: "