[SCM] live-config branch, debian-next, updated. debian/2.0_a3-1-7-gc60d35d
Daniel Baumann
daniel at debian.org
Mon May 31 19:48:59 UTC 2010
The following commit has been merged in the debian-next 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