[SCM] live-config branch, debian, updated. debian/2.0.7-1-8-gde79828

Daniel Baumann daniel at debian.org
Sat Oct 2 08:13:01 UTC 2010


The following commit has been merged in the debian branch:
commit 243f6e056371b35556240305355da7577bfcb4af
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Sep 30 20:25:10 2010 +0200

    Correcting another typo in hooks config script regarding the loop variable.

diff --git a/scripts/config/999-hooks b/scripts/config/999-hooks
index ba378d7..dee637e 100755
--- a/scripts/config/999-hooks
+++ b/scripts/config/999-hooks
@@ -24,7 +24,7 @@ Process_hooks ()
 {
 	for _HOOK in $(echo ${LIVE_HOOKS} | sed -e 's/|/ /g')
 	do
-		case "${LIVE_HOOKS}" in
+		case "${_HOOK}" in
 			filesystem)
 				if ls /lib/live/hooks/* 2>&1
 				then

-- 
live-config



More information about the debian-live-changes mailing list