diff options
Diffstat (limited to 'ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf')
-rwxr-xr-x | ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf b/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf index 387be8b90..f6da8a4b0 100755 --- a/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf +++ b/ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf @@ -1,4 +1,4 @@ -# kdm-kde3 - K Display Manager +# tdm-kde3 - K Display Manager # # The display manager service manages the X servers running on the # system, providing login and auto-login services @@ -18,7 +18,7 @@ emits starting-dm respawn script - [ ! -f /etc/X11/default-display-manager -o "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/opt/kde3/bin/kdm" ] + [ ! -f /etc/X11/default-display-manager -o "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/opt/kde3/bin/tdm" ] # Check kernel command-line for inhibitors for ARG in $(cat /proc/cmdline) @@ -41,8 +41,8 @@ script TDEDIRS=/opt/kde3/ PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin - initctl emit starting-dm DM=kdm-kde3 + initctl emit starting-dm DM=tdm-kde3 - exec /opt/kde3/bin/kdm + exec /opt/kde3/bin/tdm end script |