[SCM] live-debconfig branch, debian-next, updated. debian/4.0_a2-1-2-gcebfaaf

Daniel Baumann daniel at debian.org
Thu Aug 16 11:07:18 UTC 2012


The following commit has been merged in the debian-next branch:
commit cebfaaf6291182a2c68bec88df7d9b3fe4b1d540
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Aug 16 13:07:17 2012 +0200

    Removing start and stop links for disabled services when reverting lxc changes in sysvinit script.

diff --git a/scripts/debconfig/0030-sysvinit b/scripts/debconfig/0030-sysvinit
index 60a2a98..d03c084 100755
--- a/scripts/debconfig/0030-sysvinit
+++ b/scripts/debconfig/0030-sysvinit
@@ -192,6 +192,9 @@ case "${_LXC_ENABLE}" in
 		do
 			if [ -e "/etc/init.d/${_SERVICE}" ]
 			then
+				rm -f /etc/rc*.d/S*${_SERVICE}
+				rm -f /etc/rc*.d/K*${_SERVICE}
+
 				update-rc.d -f ${_SERVICE} defaults | \
 				grep -v "update-rc.d: using dependency based boot sequencing" | \
 				grep -v "update-rc.d: error: cannot find a LSB script for mountroot" || true

-- 
live-debconfig



More information about the debian-live-changes mailing list