summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdebase/debian/tdm-trinity.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/tdm-trinity.txt')
-rw-r--r--ubuntu/maverick/tdebase/debian/tdm-trinity.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/maverick/tdebase/debian/tdm-trinity.txt b/ubuntu/maverick/tdebase/debian/tdm-trinity.txt
index c51d4aa73..ffe71c9bb 100644
--- a/ubuntu/maverick/tdebase/debian/tdm-trinity.txt
+++ b/ubuntu/maverick/tdebase/debian/tdm-trinity.txt
@@ -13,7 +13,7 @@
# /etc/init.d/tdm-trinity: start or stop the X display manager
# Script originally stolen from the xdm package
#
-# description: K Display Manager
+# description: TDE Display Manager
#
set -e
@@ -110,9 +110,9 @@ case "$1" in
if [ -e $DEFAULT_DISPLAY_MANAGER_FILE ] &&
[ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] &&
[ "$(cat $DEFAULT_DISPLAY_MANAGER_FILE)" != "$DAEMON" ]; then
- echo "Not starting K Display Manager (tdm-trinity); it is not the default display manager."
+ echo "Not starting TDE Display Manager (tdm-trinity); it is not the default display manager."
else
- echo -n "Starting K Display Manager: tdm-trinity"
+ echo -n "Starting TDE Display Manager: tdm-trinity"
start-stop-daemon --start --quiet $SSD_ARGS -- $ARG || echo -n " already running"
echo "."
fi
@@ -129,7 +129,7 @@ case "$1" in
;;
reload)
- echo -n "Reloading K Display Manager configuration..."
+ echo -n "Reloading TDE Display Manager configuration..."
if start-stop-daemon --stop --signal 1 --quiet $SSD_ARGS; then
echo "done."
else
@@ -142,7 +142,7 @@ case "$1" in
;;
stop)
- echo -n "Stopping K Display Manager: tdm-trinity"
+ echo -n "Stopping TDE Display Manager: tdm-trinity"
if [ ! -f $PIDFILE ]; then
echo " not running ($PIDFILE not found)."
exit 0