[SCM] live-config branch, debian-next, updated. debian/3.0_a21-1-2-g0f1877f

Daniel Baumann daniel at debian.org
Mon Jun 13 07:17:58 UTC 2011


The following commit has been merged in the debian-next branch:
commit e0ec55f201682bc236393c40775520dea3a80a6d
Author: Rui Miguel P. Bernardo <rui.bernardo.pt at gmail.com>
Date:   Sun Jun 12 22:55:47 2011 +0100

    Fix non 0 exit status of grep -v ini sysv-rc (Closes: #630329).

diff --git a/scripts/config/015-sysv-rc b/scripts/config/015-sysv-rc
index 83e96cf..8191782 100755
--- a/scripts/config/015-sysv-rc
+++ b/scripts/config/015-sysv-rc
@@ -38,7 +38,7 @@ Configure_sysv_rc ()
 		for SERVICE in $(echo ${LIVE_SYSV_RC} | sed -e 's|,| |g')
 		do
 			update-rc.d -f ${SERVICE} remove | \
-			grep -v "update-rc.d: using dependency based boot sequencing"
+			grep -v "update-rc.d: using dependency based boot sequencing" || true
 		done
 	fi
 

-- 
live-config



More information about the debian-live-changes mailing list