[23624] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23257 - in trunk/debathena/config/reactivate/debian: . PostSession

daemon@ATHENA.MIT.EDU (rbasch@MIT.EDU)
Tue Dec 16 19:46:54 2008

Date: Tue, 16 Dec 2008 19:46:25 -0500 (EST)
From: rbasch@MIT.EDU
Message-Id: <200812170046.TAA14887@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: rbasch
Date: 2008-12-16 19:46:24 -0500 (Tue, 16 Dec 2008)
New Revision: 23257

Modified:
   trunk/debathena/config/reactivate/debian/PostSession/Default.debathena
   trunk/debathena/config/reactivate/debian/changelog
   trunk/debathena/config/reactivate/debian/control
   trunk/debathena/config/reactivate/debian/control.in
Log:
In reactivate:
  * Ensure the sound card volume levels are set to 0 at session end.


Modified: trunk/debathena/config/reactivate/debian/PostSession/Default.debathena
===================================================================
--- trunk/debathena/config/reactivate/debian/PostSession/Default.debathena	2008-12-16 23:36:27 UTC (rev 23256)
+++ trunk/debathena/config/reactivate/debian/PostSession/Default.debathena	2008-12-17 00:46:24 UTC (rev 23257)
@@ -6,6 +6,9 @@
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
+# Set the volume to zero for all sound cards, and save that state.
+(/etc/init.d/alsa-utils stop all && alsactl store) > /dev/null 2>&1
+
 # Clean up the login snapshot.
 athena-login-snapshot login-end
 

Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog	2008-12-16 23:36:27 UTC (rev 23256)
+++ trunk/debathena/config/reactivate/debian/changelog	2008-12-17 00:46:24 UTC (rev 23257)
@@ -1,3 +1,9 @@
+debathena-reactivate (1.3) unstable; urgency=low
+
+  * Ensure the sound card volume levels are set to 0 at session end.
+
+ -- Robert Basch <rbasch@mit.edu>  Tue, 16 Dec 2008 19:30:25 -0500
+
 debathena-reactivate (1.2) unstable; urgency=low
 
   * Rewrite to use login chroots.

Modified: trunk/debathena/config/reactivate/debian/control
===================================================================
--- trunk/debathena/config/reactivate/debian/control	2008-12-16 23:36:27 UTC (rev 23256)
+++ trunk/debathena/config/reactivate/debian/control	2008-12-17 00:46:24 UTC (rev 23257)
@@ -7,7 +7,7 @@
 
 Package: debathena-reactivate
 Architecture: all
-Depends: schroot, lvm2, psmisc, gdm, ${misc:Depends}
+Depends: schroot, lvm2, psmisc, gdm, alsa-utils, ${misc:Depends}
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Description: Causes gdm logins to run in an ephemeral snapshot of the root

Modified: trunk/debathena/config/reactivate/debian/control.in
===================================================================
--- trunk/debathena/config/reactivate/debian/control.in	2008-12-16 23:36:27 UTC (rev 23256)
+++ trunk/debathena/config/reactivate/debian/control.in	2008-12-17 00:46:24 UTC (rev 23257)
@@ -7,7 +7,7 @@
 
 Package: debathena-reactivate
 Architecture: all
-Depends: schroot, lvm2, psmisc, gdm, ${misc:Depends}
+Depends: schroot, lvm2, psmisc, gdm, alsa-utils, ${misc:Depends}
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Description: Causes gdm logins to run in an ephemeral snapshot of the root


home help back first fref pref prev next nref lref last post