initscripts: Check link exists in volatiles script

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-05-25 14:38:30 +01:00
parent 5638a3e8b5
commit 4f5d44c25c
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ else
done
fi
if test -f /etc/ld.so.cache
if test -f /etc/ld.so.cache -a ! -f /var/run/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 = "r119"
PR = "r120"
SRC_URI = "file://functions \
file://halt \