diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-03-09 03:26:50 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-03-09 03:26:50 +0100 |
commit | 4538fd673d9de4a9764f7ce96e35dc9d4e4977cf (patch) | |
tree | b47d494ac058f89a207b3c8219560bea557d5780 /ubuntu/lucid_automake/kdebase/debian/tdm-kde3.conf | |
parent | 5fff8c470474773fad5bd31decf0aa25a5c4f59b (diff) | |
download | tde-packaging-4538fd673d9de4a9764f7ce96e35dc9d4e4977cf.tar.gz tde-packaging-4538fd673d9de4a9764f7ce96e35dc9d4e4977cf.zip |
Housekeeping in Debian and Ubuntu
Diffstat (limited to 'ubuntu/lucid_automake/kdebase/debian/tdm-kde3.conf')
-rwxr-xr-x | ubuntu/lucid_automake/kdebase/debian/tdm-kde3.conf | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/ubuntu/lucid_automake/kdebase/debian/tdm-kde3.conf b/ubuntu/lucid_automake/kdebase/debian/tdm-kde3.conf deleted file mode 100755 index f6da8a4b0..000000000 --- a/ubuntu/lucid_automake/kdebase/debian/tdm-kde3.conf +++ /dev/null @@ -1,48 +0,0 @@ -# tdm-kde3 - K Display Manager -# -# The display manager service manages the X servers running on the -# system, providing login and auto-login services - -description "K Display Manager for KDE3" -author "Richard Johnson and Timothy Pearson" - -start on (filesystem - and (started hal or started hal-kde3) - and (graphics-device-added fb0 PRIMARY_DEVICE_FOR_DISPLAY=1 - or drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1 - or stopped udevtrigger)) -stop on runlevel [016] - -emits starting-dm - -respawn - -script - [ ! -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) - do - case "${ARG}" in - text|-s|s|S|single) - exit 0 - ;; - esac - done - - if [ -r /etc/default/locale ]; then - . /etc/default/locale - export LANG LANGUAGE - elif [ -r /etc/environment ]; then - . /etc/environment - export LANG LANGUAGE - fi - - TDEDIRS=/opt/kde3/ - PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin - - initctl emit starting-dm DM=tdm-kde3 - - exec /opt/kde3/bin/tdm - -end script |