summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-08-23 22:19:04 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-08-23 22:19:04 +0000
commit21f2a4f254fcc2a3f16ceafba5ee4bb8a94e9354 (patch)
tree32dd61a77ec6b0db7d4caeeec6f600369d059d69 /ChangeLog
parent7b7ea791668bba49c2436466a459d5893e9671f8 (diff)
downloadgdm-21f2a4f254fcc2a3f16ceafba5ee4bb8a94e9354.tar.gz
do a cool hack to figure out when the server restarts. Fork a process,
Fri Aug 23 15:27:55 2002 George Lebl <jirka@5z.com> * daemon/server.c: do a cool hack to figure out when the server restarts. Fork a process, open the display, HUP the server and have the process wait for an xioerror and die. * daemon/display.c: add some debugging
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cf75687..e903076b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Aug 23 15:27:55 2002 George Lebl <jirka@5z.com>
+
+ * daemon/server.c: do a cool hack to figure out when the server
+ restarts. Fork a process, open the display, HUP the server and
+ have the process wait for an xioerror and die.
+
+ * daemon/display.c: add some debugging
+
Fri Aug 23 14:12:10 2002 George Lebl <jirka@5z.com>
* daemon/slave.c: Cleanup the exit stuff