summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rwxr-xr-xutils/gdm-restart.in3
-rwxr-xr-xutils/gdm-safe-restart.in4
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c45af7f..5a561624 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-07-21 William Jon McCann <jmccann@redhat.com>
+ * utils/gdm-restart.in:
+ * utils/gdm-safe-restart.in:
+ Don't signal the gdm process with HUP and USR1 since
+ they don't work.
+
+2008-07-21 William Jon McCann <jmccann@redhat.com>
+
* gui/simple-greeter/gdm-greeter-login-window.c (do_cancel),
(gdm_greeter_login_window_ready):
Wait for ready from backend when cancelling
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"
+
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"
+