[SCM] live-boot branch, debian-old-2.0, updated. debian/2.0.4-1-4-ge930bdf
Daniel Baumann
daniel at debian.org
Mon Sep 13 20:21:10 UTC 2010
The following commit has been merged in the debian-old-2.0 branch:
commit e930bdf56ecc2f23432740bd612f4dc5153219fd
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Sep 13 22:18:10 2010 +0200
Adding patch from Colin Watson <cjwatson at ubuntu.com> to follow symlinks when checking for dynamically linked files at reboot in initscript.
diff --git a/debian/live-boot.init b/debian/live-boot.init
index cefa59b..63b07f0 100644
--- a/debian/live-boot.init
+++ b/debian/live-boot.init
@@ -49,7 +49,7 @@ cache_path()
then
if [ -x "${path}" ]
then
- if file "${path}" | grep -q 'dynamically linked'
+ if file -L "${path}" | grep -q 'dynamically linked'
then
for lib in $(ldd "${path}" | awk '{ print $3 }')
do
--
live-boot
More information about the debian-live-changes
mailing list