summaryrefslogtreecommitdiff
path: root/utils/gdm-safe-restart.in
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gdm-safe-restart.in')
-rwxr-xr-xutils/gdm-safe-restart.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/gdm-safe-restart.in b/utils/gdm-safe-restart.in
index 8b75a97f..bccf5a31 100755
--- a/utils/gdm-safe-restart.in
+++ b/utils/gdm-safe-restart.in
@@ -5,5 +5,5 @@ if test '!' -f $PIDFILE ; then
echo "$PIDFILE doesn't exist, perhaps GDM isn't running"
exit 1
fi
-# exec the kill to get the correct return code
-exec kill -USR1 `cat $PIDFILE`
+echo "Not supported"
+