[SCM] live-config branch, debian-next, updated. debian/3.0.5-1-1-g3d38f33

Daniel Baumann daniel at debian.org
Mon Sep 24 08:50:04 UTC 2012


The following commit has been merged in the debian-next branch:
commit 3d38f335f338f6e9c8e56ab8b41dbb2a6a536f7b
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 24 10:50:01 2012 +0200

    Dropping specifics for squeeze based distributions in live-config-update.

diff --git a/bin/live-config-update b/bin/live-config-update
index 17f0cc3..194135f 100755
--- a/bin/live-config-update
+++ b/bin/live-config-update
@@ -40,16 +40,6 @@ case "${_DISTRIBUTION}" in
 		LIVE_USER_FULLNAME="Debian Live user"
 		LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth debian-tor"
 
-		case "${_RELEASE}" in
-			squeeze)
-				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth"
-				;;
-
-			*)
-				NOSCRIPTS="${NOSCRIPTS} gdm"
-				;;
-		esac
-
 		PROC_OPTIONS="onodev,noexec,nosuid"
 		;;
 
@@ -61,16 +51,6 @@ case "${_DISTRIBUTION}" in
 		LIVE_USER_FULLNAME="Progress Linux user"
 		LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth debian-tor sudo"
 
-		case "${_RELEASE}" in
-			artax|artax-backports)
-				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth sudo"
-				;;
-
-			*)
-				NOSCRIPTS="${NOSCRIPTS} gdm"
-				;;
-		esac
-
 		PROC_OPTIONS="onodev,noexec,nosuid,hidepid=2"
 		;;
 

-- 
live-config



More information about the debian-live-changes mailing list