[SCM] live-debconfig branch, debian-next, updated. debian/4.0_a3-1-21-g396e4d9

Daniel Baumann daniel at debian.org
Fri Aug 17 11:46:36 UTC 2012


The following commit has been merged in the debian-next branch:
commit 396e4d937cc3067e046284424242ca798940fb48
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Aug 17 13:46:36 2012 +0200

    Shortening insserv silencing in sysvinit script.

diff --git a/scripts/debconfig/0030-sysvinit b/scripts/debconfig/0030-sysvinit
index d6b5760..b3cf98d 100755
--- a/scripts/debconfig/0030-sysvinit
+++ b/scripts/debconfig/0030-sysvinit
@@ -183,8 +183,7 @@ case "${_LXC_ENABLE}" in
 
 				# service is a normal service with both start and stop links
 				update-rc.d -f ${_SERVICE} disable 2>&1 | \
-				grep -v "update-rc.d: using dependency based boot sequencing" | \
-				grep -v "update-rc.d: error: cannot find a LSB script for mountroot" || true
+					grep -v "insserv: warning:" || true
 			fi
 		done
 		;;
@@ -202,8 +201,7 @@ case "${_LXC_ENABLE}" in
 				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
+					grep -v "insserv: warning:" || true
 			fi
 		done
 		;;

-- 
live-debconfig



More information about the debian-live-changes mailing list