[SCM] live-config branch, debian-next, updated. debian/3.0_a31-1-5-g5388737
Daniel Baumann
daniel at debian.org
Mon Jan 23 21:57:43 UTC 2012
The following commit has been merged in the debian-next 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