[SCM] debian-live branch, master, updated. 1.0.0-1-4-gd47b7e5

Daniel Baumann daniel at debian.org
Mon Aug 25 10:19:27 UTC 2008


The following commit has been merged in the master branch:
commit d47b7e551458e9d828f8fb16f738bb1814e68adc
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Aug 25 12:07:00 2008 +0200

    Improving check for a mounted chroot/dev/pts to cover all terminals, not just the 0th (Closes: #459697, #459779).

diff --git a/helpers/lh_chroot_devpts b/helpers/lh_chroot_devpts
index 0cdb280..f59e91f 100755
--- a/helpers/lh_chroot_devpts
+++ b/helpers/lh_chroot_devpts
@@ -72,7 +72,7 @@ case "${1}" in
 		# Unmounting /dev/pts
 		if [ "${LH_USE_FAKEROOT}" != "enabled" ]
 		then
-			if [ -e chroot/dev/pts/0 ]
+			if Find_files chroot/dev/pts/*
 			then
 				${LH_ROOT_COMMAND} umount chroot/dev/pts
 			fi

-- 
debian-live



More information about the debian-live-changes mailing list