From 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 16:17:43 -0500 Subject: Initial import from old SVN repository Note that only the Debian and Ubuntu folders were preserved --- ubuntu/maverick/kdebase/debian/kdm-trinity.conf | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100755 ubuntu/maverick/kdebase/debian/kdm-trinity.conf (limited to 'ubuntu/maverick/kdebase/debian/kdm-trinity.conf') diff --git a/ubuntu/maverick/kdebase/debian/kdm-trinity.conf b/ubuntu/maverick/kdebase/debian/kdm-trinity.conf new file mode 100755 index 000000000..e7fd0cc33 --- /dev/null +++ b/ubuntu/maverick/kdebase/debian/kdm-trinity.conf @@ -0,0 +1,48 @@ +# kdm-trinity - 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-trinity) + 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/trinity/bin/kdm" ] + + # 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 + + KDEDIRS=/opt/trinity/ + PATH=/opt/trinity/bin:/bin:/usr/bin:/sbin:/usr/sbin + + initctl emit starting-dm DM=kdm-trinity + + exec /opt/trinity/bin/kdm + +end script -- cgit v1.2.1