[SCM] live-build branch, debian-next, updated. debian/3.0_a11-1-23-g5a1e198

Daniel Baumann daniel at debian.org
Mon Feb 14 15:05:35 UTC 2011


The following commit has been merged in the debian-next branch:
commit 5a1e1989497cb41d59427c3a1219334d46d00a00
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Feb 14 16:04:16 2011 +0100

    Correcting logical error with default settings of initsystem.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index ccb756e..bed3746 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -160,12 +160,12 @@ Set_defaults ()
 				live-boot)
 					LB_INITSYSTEM="${LB_INITSYSTEM:-upstart}"
 					;;
-
-				*)
-					LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}"
-					;;
 			esac
 			;;
+
+		*)
+			LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}"
+			;;
 	esac
 
 	# Setting fdisk

-- 
live-build



More information about the debian-live-changes mailing list