[24246] in Source-Commits
/svn/athena r23844 - trunk/debathena/config/cluster-login-config/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Thu Jun 11 22:02:39 2009
X-Barracuda-Envelope-From: broder@mit.edu
Date: Thu, 11 Jun 2009 22:02:34 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200906120202.n5C22YUX002847@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-06-11 22:02:34 -0400 (Thu, 11 Jun 2009)
New Revision: 23844
Modified:
trunk/debathena/config/cluster-login-config/debian/changelog
trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf-custom.debathena.debathena
trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf.debathena.debathena
Log:
In cluster-login-config:
* Disable the built-in failsafe Xterm and GNOME sessions. (Trac: #148)
Modified: trunk/debathena/config/cluster-login-config/debian/changelog
===================================================================
--- trunk/debathena/config/cluster-login-config/debian/changelog 2009-06-12 01:51:52 UTC (rev 23843)
+++ trunk/debathena/config/cluster-login-config/debian/changelog 2009-06-12 02:02:34 UTC (rev 23844)
@@ -1,3 +1,9 @@
+debathena-cluster-login-config (1.11) unstable; urgency=low
+
+ * Disable the built-in failsafe Xterm and GNOME sessions. (Trac: #148)
+
+ -- Evan Broder <broder@mit.edu> Thu, 11 Jun 2009 22:02:24 -0400
+
debathena-cluster-login-config (1.10) unstable; urgency=low
* Make the forced windowmanager work on Jaunty as well (Trac: #215).
Modified: trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf-custom.debathena.debathena
===================================================================
--- trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf-custom.debathena.debathena 2009-06-12 01:51:52 UTC (rev 23843)
+++ trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf-custom.debathena.debathena 2009-06-12 02:02:34 UTC (rev 23844)
@@ -3,3 +3,6 @@
SystemCommandsInMenu=HALT;REBOOT\
AllowLogoutActions=HALT;REBOOT\
FlexibleXServers=0
+/^\[greeter\]/a\
+ShowGnomeFailsafeSession=false\
+ShowXtermFailsafeSession=false
Modified: trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf.debathena.debathena
===================================================================
--- trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf.debathena.debathena 2009-06-12 01:51:52 UTC (rev 23843)
+++ trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf.debathena.debathena 2009-06-12 02:02:34 UTC (rev 23844)
@@ -2,3 +2,5 @@
s/^SystemCommandsInMenu=.*/SystemCommandsInMenu=HALT;REBOOT/
s/^AllowLogoutActions=.*/AllowLogoutActions=HALT;REBOOT/
s/^#\?FlexibleXServers=.*/FlexibleXServers=0/
+s/^#\?ShowGnomeFailsafeSession=.*/ShowGnomeFailsafeSession=false/
+s/^#\?ShowXtermFailsafeSession=.*/ShowXtermFailsafeSession=false/