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