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
*
|
Line | |
---|
1 | #!/bin/sed -f |
---|
2 | s/^SystemCommandsInMenu=.*/SystemCommandsInMenu=HALT;REBOOT/ |
---|
3 | s/^AllowLogoutActions=.*/AllowLogoutActions=HALT;REBOOT/ |
---|
4 | s/^#\?FlexibleXServers=.*/FlexibleXServers=0/ |
---|
5 | s/^#\?ShowGnomeFailsafeSession=.*/ShowGnomeFailsafeSession=false/ |
---|
6 | s/^#\?ShowXtermFailsafeSession=.*/ShowXtermFailsafeSession=false/ |
---|
Note: See
TracBrowser
for help on using the repository browser.