diff options
author | George Lebl <jirka@5z.com> | 2002-08-30 19:11:48 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2002-08-30 19:11:48 +0000 |
commit | 3a442c894471324aae927fa952422ada7ee19e99 (patch) | |
tree | 6fecfc2965944b582b4dd6fc64754a89dcc6d8b9 /TODO | |
parent | 4c8e7b1612e58de90dc833c79a7695df8f790d45 (diff) | |
download | gdm-3a442c894471324aae927fa952422ada7ee19e99.tar.gz |
Fix test on fork to avoid duplicate slave processes. This makes things
Fri Aug 30 12:20:40 2002 George Lebl <jirka@5z.com>
* daemon/slave.c, daemon/server.c: Fix test on fork to avoid
duplicate slave processes. This makes things actually work
on subsequent logins. Also note a timeout of a message in
the syslog if we can.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ TODO things (some must wait until 2.1): - in slave child handler check that the server dead stuff can actually wipe cookies (it needs to have the uid of the user) (probably so) + - unset signal handlers when going into children + Languages should be read from available locales. Look at source for locale_config. Currently the way we do things is utter shit. |