initscripts: Since ld.so.cache is in /var/run, make sure the version in /etc/ is used as a fallback

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-05-19 15:59:36 +01:00
parent 18f401d7fd
commit 40afa0a864
2 changed files with 6 additions and 1 deletions

View File

@@ -177,3 +177,8 @@ else
apply_cfgfile "${CFGDIR}/${file}"
done
fi
if test -f /etc/ld.so.cache
then
ln -s /etc/ld.so.cache /var/run/ld.so.cache
fi

View File

@@ -4,7 +4,7 @@ PRIORITY = "required"
DEPENDS = "makedevs"
RDEPENDS = "makedevs"
LICENSE = "GPL"
PR = "r118"
PR = "r119"
SRC_URI = "file://functions \
file://halt \