gdm r6327 - in trunk: . utils



Author: mccann
Date: Tue Jul 22 03:37:36 2008
New Revision: 6327
URL: http://svn.gnome.org/viewvc/gdm?rev=6327&view=rev

Log:
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.




Modified:
   trunk/ChangeLog
   trunk/utils/gdm-restart.in
   trunk/utils/gdm-safe-restart.in

Modified: trunk/utils/gdm-restart.in
==============================================================================
--- trunk/utils/gdm-restart.in	(original)
+++ trunk/utils/gdm-restart.in	Tue Jul 22 03:37:36 2008
@@ -6,4 +6,5 @@
 	exit 1
 fi
 # exec the kill to get the correct return code
-exec kill -HUP `cat $PIDFILE`
+echo "Not supported"
+

Modified: trunk/utils/gdm-safe-restart.in
==============================================================================
--- trunk/utils/gdm-safe-restart.in	(original)
+++ trunk/utils/gdm-safe-restart.in	Tue Jul 22 03:37:36 2008
@@ -5,5 +5,5 @@
 	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"
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]