source: trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf.debathena.debathena @ 23844

Revision 23844, 310 bytes checked in by broder, 15 years ago (diff)
In cluster-login-config: * Disable the built-in failsafe Xterm and GNOME sessions. (Trac: #148)
  • Property svn:executable set to *
RevLine 
[23175]1#!/bin/sed -f
[23594]2s/^SystemCommandsInMenu=.*/SystemCommandsInMenu=HALT;REBOOT/
3s/^AllowLogoutActions=.*/AllowLogoutActions=HALT;REBOOT/
[23474]4s/^#\?FlexibleXServers=.*/FlexibleXServers=0/
[23844]5s/^#\?ShowGnomeFailsafeSession=.*/ShowGnomeFailsafeSession=false/
6s/^#\?ShowXtermFailsafeSession=.*/ShowXtermFailsafeSession=false/
Note: See TracBrowser for help on using the repository browser.