diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:13:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:13:14 -0600 |
commit | 80e4199df2ac852cfb22848698cabe9ba28e5a67 (patch) | |
tree | d581467b4a60992a84df31cb33471695182246a2 /ubuntu/maverick_automake/kdebase/debian/kdm-kde3.conf | |
parent | ec880882c231baf5c4d02ed1657765b9c3b406cb (diff) | |
download | tde-packaging-80e4199df2ac852cfb22848698cabe9ba28e5a67.tar.gz tde-packaging-80e4199df2ac852cfb22848698cabe9ba28e5a67.zip |
Part 1 of 2 of kdm rename
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 |