summaryrefslogtreecommitdiff
path: root/utils/gdm-restart.in
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gdm-restart.in')
-rwxr-xr-xutils/gdm-restart.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/gdm-restart.in b/utils/gdm-restart.in
deleted file mode 100755
index 4bc91079..00000000
--- a/utils/gdm-restart.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-PIDFILE=@GDM_PID_FILE@
-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
-echo "Not supported"
-