From 78a14fe575048e318a9c4403cb42060b17946883 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:55 -0600 Subject: Additional kde to tde renaming --- scripts/kdekillall | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/kdekillall') diff --git a/scripts/kdekillall b/scripts/kdekillall index c08b2ad8..69c39c4f 100755 --- a/scripts/kdekillall +++ b/scripts/kdekillall @@ -5,7 +5,7 @@ case $1 in esac if [ $# = 0 ]; then echo "Usage: $0 [-] " - echo 'Kills the process "kdeinit: with signal "' + echo 'Kills the process "tdeinit: with signal "' echo "if is not specified, it defaults to SIGTERM," echo "see kill -l for a list of possible Q_SIGNALS" else @@ -13,11 +13,11 @@ else if test -z "$list"; then # on newer Linux kernels (>= 2.6.10) KDE is able to use # prctl(PR_SET_NAME) to change the process name... - list=$(ps auwx | grep $USER | awk "/\[kdeinit\] $1/ {print \$2}") + list=$(ps auwx | grep $USER | awk "/\[tdeinit\] $1/ {print \$2}") fi if test -z "$list"; then # with KDE 3.4 we changed the view again... - list=$(ps auwx | grep $USER | awk "/$1 \[kdeinit\]/ {print \$2}") + list=$(ps auwx | grep $USER | awk "/$1 \[tdeinit\]/ {print \$2}") fi if test -n "$list"; then kill $signal $list -- cgit v1.2.1