[SCM] live-config branch, debian-next, updated. debian/3.0_a29-1-4-gb6fcfcb

Daniel Baumann daniel at debian.org
Fri Oct 28 10:27:04 UTC 2011


The following commit has been merged in the debian-next branch:
commit 0401b349e19e158c6ff23873903791dfbe2992ca
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Oct 28 12:23:45 2011 +0200

    Adding forgotten underline prefix to show that the service variable in sysv-rc script is a local variable.

diff --git a/scripts/config/017-sysv-rc b/scripts/config/017-sysv-rc
index 7dc9765..0149dcf 100755
--- a/scripts/config/017-sysv-rc
+++ b/scripts/config/017-sysv-rc
@@ -36,9 +36,9 @@ Configure_sysv_rc ()
 {
 	if [ -n "${LIVE_SYSV_RC}" ]
 	then
-		for SERVICE in $(echo ${LIVE_SYSV_RC} | sed -e 's|,| |g')
+		for _SERVICE in $(echo ${LIVE_SYSV_RC} | sed -e 's|,| |g')
 		do
-			update-rc.d -f ${SERVICE} remove | \
+			update-rc.d -f ${_SERVICE} remove | \
 			grep -v "update-rc.d: using dependency based boot sequencing" || true
 		done
 	fi

-- 
live-config



More information about the debian-live-changes mailing list