[23864] in Source-Commits
/svn/athena r23474 - trunk/debathena/config/cluster-login-config/debian
daemon@ATHENA.MIT.EDU (Robert A Basch)
Tue Feb 24 18:25:03 2009
Date: Tue, 24 Feb 2009 18:24:55 -0500
From: Robert A Basch <rbasch@MIT.EDU>
Message-Id: <200902242324.n1ONOtxN014477@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: rbasch
Date: 2009-02-24 18:24:55 -0500 (Tue, 24 Feb 2009)
New Revision: 23474
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:
* Set FlexibleXServers=0 in the gdm configuration, to disable
user switching.
Modified: trunk/debathena/config/cluster-login-config/debian/changelog
===================================================================
--- trunk/debathena/config/cluster-login-config/debian/changelog 2009-02-24 19:10:37 UTC (rev 23473)
+++ trunk/debathena/config/cluster-login-config/debian/changelog 2009-02-24 23:24:55 UTC (rev 23474)
@@ -1,3 +1,10 @@
+debathena-cluster-login-config (1.3) unstable; urgency=low
+
+ * Set FlexibleXServers=0 in the gdm configuration, to disable
+ user switching.
+
+ -- Robert Basch <rbasch@mit.edu> Tue, 24 Feb 2009 17:09:36 -0500
+
debathena-cluster-login-config (1.2) unstable; urgency=low
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
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-02-24 19:10:37 UTC (rev 23473)
+++ trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf-custom.debathena.debathena 2009-02-24 23:24:55 UTC (rev 23474)
@@ -1,4 +1,5 @@
#!/bin/sed -f
/^\[daemon\]/a\
SystemCommandsInMenu=\
-AllowLogoutActions=
+AllowLogoutActions=\
+FlexibleXServers=0
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-02-24 19:10:37 UTC (rev 23473)
+++ trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf.debathena.debathena 2009-02-24 23:24:55 UTC (rev 23474)
@@ -1,3 +1,4 @@
#!/bin/sed -f
s/^SystemCommandsInMenu=.*/SystemCommandsInMenu=/
s/^AllowLogoutActions=.*/AllowLogoutActions=/
+s/^#\?FlexibleXServers=.*/FlexibleXServers=0/