summaryrefslogtreecommitdiff
path: root/utils/gdm-restart.in
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gdm-restart.in')
-rwxr-xr-xutils/gdm-restart.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/gdm-restart.in b/utils/gdm-restart.in
index db1d634b..4bc91079 100755
--- a/utils/gdm-restart.in
+++ b/utils/gdm-restart.in
@@ -6,4 +6,5 @@ if test '!' -f $PIDFILE ; then
exit 1
fi
# exec the kill to get the correct return code
-exec kill -HUP `cat $PIDFILE`
+echo "Not supported"
+