diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-28 01:13:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-28 01:13:13 -0600 |
commit | 1bc800c7b07c58572859f385296cbe9c6bc19c20 (patch) | |
tree | bc162782e7a759f843cca870a5d535e3036b0033 /ubuntu/maverick/defaultsettings/redmond-default-settings-ii | |
parent | 69960f4e0f5db95482b565ad39bf4b95941942ab (diff) | |
download | tde-packaging-1bc800c7b07c58572859f385296cbe9c6bc19c20.tar.gz tde-packaging-1bc800c7b07c58572859f385296cbe9c6bc19c20.zip |
Fix older settings files referring to tdm as kdm
Diffstat (limited to 'ubuntu/maverick/defaultsettings/redmond-default-settings-ii')
-rw-r--r-- | ubuntu/maverick/defaultsettings/redmond-default-settings-ii/tdmdistrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/tdmdistrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/tdmdistrc index d8578e154..9535bca9c 100644 --- a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/tdmdistrc +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/tdmdistrc @@ -121,9 +121,9 @@ Enable=false #Port=177 # File with the private keys of X-terminals. Required for XDM authentication. # Default is "" -#KeyFile=/etc/trinity/kdm/kdmkeys +#KeyFile=/etc/trinity/tdm/kdmkeys # XDMCP access control file in the usual XDM-Xaccess format. -# Default is "/etc/trinity/kdm/Xaccess" +# Default is "/etc/trinity/tdm/Xaccess" #Xaccess= # Number of seconds to wait for display to respond after the user has # selected a host from the chooser. @@ -141,7 +141,7 @@ Enable=false # DirectQuery or BroadcastQuery requests. # If empty, no program is invoked and "Willing to manage" is sent. # Default is "" -Willing=/etc/trinity/kdm/Xwilling +Willing=/etc/trinity/tdm/Xwilling [Shutdown] # The command (subject to word splitting) to run to halt the system. @@ -214,18 +214,18 @@ Willing=/etc/trinity/kdm/Xwilling # A program to run before the greeter is shown. Can be used to start an # xconsole or an alternative background generator. Subject to word splitting. # Default is "" -Setup=/etc/trinity/kdm/Xsetup +Setup=/etc/trinity/tdm/Xsetup # A program to run before a user session starts. Subject to word splitting. # Default is "" -Startup=/etc/trinity/kdm/Xstartup +Startup=/etc/trinity/tdm/Xstartup # A program to run after a user session exits. Subject to word splitting. # Default is "" -Reset=/etc/trinity/kdm/Xreset +Reset=/etc/trinity/tdm/Xreset # The program which is run as the user which logs in. It is supposed to # interpret the session argument (see SessionsDirs) and start an appropriate # session according to it. Subject to word splitting. # Default is "/usr/bin/xterm -ls -T" -Session=/etc/trinity/kdm/Xsession +Session=/etc/trinity/tdm/Xsession # The program to run if Session fails. # Default is "/usr/bin/xterm" #FailsafeClient= @@ -420,7 +420,7 @@ MaxShowUID=29999 # Default is true #UseBackground=false # The configuration file to be used by krootimage. -# Default is "/etc/trinity/kdm/backgroundrc" +# Default is "/etc/trinity/tdm/backgroundrc" #BackgroundCfg= # Hold the X-server grabbed the whole time the greeter is visible. This # may be more secure, but it will disable any background and other |