[SCM] live-config branch, debian, updated. debian/2.0_a4-1

Daniel Baumann daniel at debian.org
Wed Jun 2 20:48:55 UTC 2010


The following commit has been merged in the debian branch:
commit c60d35d126b0167ece6ae46b384fd23c98ad55d2
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon May 31 21:42:27 2010 +0200

    Correcting outdated check on /etc/init.d/live-config-sysvinit in hook config script.

diff --git a/scripts/config/999-hook b/scripts/config/999-hook
index 6b7a579..f6383bb 100755
--- a/scripts/config/999-hook
+++ b/scripts/config/999-hook
@@ -28,7 +28,7 @@ Process_hook ()
 		else
 			# remote file
 
-			if [ -z "${NETWORK}" ] && [ -e /etc/init.d/live-config-sysvinit ]
+			if [ -z "${NETWORK}" ] && [ -e /etc/init.d/live-config ]
 			then
 				/etc/init.d/mountkernfs.sh start > /dev/null 2>&1
 				/etc/init.d/mountdevsubfs.sh start > /dev/null 2>&1

-- 
live-config



More information about the debian-live-changes mailing list