[SCM] live-config branch, debian, updated. debian/3.0_a31-1-9-g8ea23d3

Daniel Baumann daniel at debian.org
Mon Feb 6 22:32:25 UTC 2012


The following commit has been merged in the debian branch:
commit 538873752248b30b17ab039e26e4759f9d8fa58d
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jan 23 22:57:12 2012 +0100

    Flipping accidentally wrong squeeze with wheezy defaults for default user groups.

diff --git a/bin/live-config-update b/bin/live-config-update
index e005f42..df60c5c 100755
--- a/bin/live-config-update
+++ b/bin/live-config-update
@@ -55,11 +55,11 @@ case "${_DISTRIBUTION}" in
 
 		case "${_RELEASE}" in
 			squeeze)
-				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth debian-tor"
+				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth"
 				;;
 
 			*)
-				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth"
+				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth debian-tor"
 				;;
 		esac
 		;;
@@ -71,11 +71,11 @@ case "${_DISTRIBUTION}" in
 
 		case "${_RELEASE}" in
 			artax)
-				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth debian-tor sudo"
+				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth sudo"
 				;;
 
 			*)
-				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth sudo"
+				LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth debian-tor sudo"
 				;;
 		esac
 		;;

-- 
live-config



More information about the debian-live-changes mailing list