[SCM] live-boot branch, debian-next, updated. debian/3.0_a5-1-4-g4e2c5ff

Daniel Baumann daniel at debian.org
Mon Sep 13 20:21:20 UTC 2010


The following commit has been merged in the debian-next branch:
commit 4e2c5ffbaaace08b1a781c5125aee7a4ba1ce563
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 c947e12..9d6bc69 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