summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-07-31 20:54:01 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-07-31 20:54:01 +0000
commit94802528b4c7e4d802d945ccc4931151af4a50a9 (patch)
tree279968c69d2dae9df800ce6c211555d3e678fecc
parenta55b1326c1d40973589d287b544ecd6eade34455 (diff)
downloadgdm-94802528b4c7e4d802d945ccc4931151af4a50a9.tar.gz
unset SIGINT as well in gdm_unset_signals
Thu Jul 31 13:50:38 2003 George Lebl <jirka@5z.com> * daemon/misc.c: unset SIGINT as well in gdm_unset_signals * NEWS: update some more * docs/C/gdm.xml: fix closing tag
-rw-r--r--ChangeLog8
-rw-r--r--NEWS4
-rw-r--r--daemon/misc.c1
-rw-r--r--docs/C/gdm.xml2
4 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 03596280..1226c0c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jul 31 13:50:38 2003 George Lebl <jirka@5z.com>
+
+ * daemon/misc.c: unset SIGINT as well in gdm_unset_signals
+
+ * NEWS: update some more
+
+ * docs/C/gdm.xml: fix closing tag
+
Thu Jul 31 12:58:26 2003 George Lebl <jirka@5z.com>
* XKeepsCrashing, daemon/verify-pam.c: update comments
diff --git a/NEWS b/NEWS
index 3c5a1db3..b9b6c01d 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ Ahh news...
- Use /var/log/gdm by default as logdir rather then the ServAuthDir
+- The face browsers all display at most 50 users. This should fix
+ very large systems where this may hang for a long time and more
+ then 50 users in a facebrowser is useless anyway.
+
- Reworked the server reinit to use SIGUSR1 as it should, should
fix some weird crashes which left X behind before.
diff --git a/daemon/misc.c b/daemon/misc.c
index 0ce8c2a6..a028bcd3 100644
--- a/daemon/misc.c
+++ b/daemon/misc.c
@@ -1180,6 +1180,7 @@ gdm_unset_signals (void)
gdm_signal_default (SIGUSR2);
gdm_signal_default (SIGCHLD);
gdm_signal_default (SIGTERM);
+ gdm_signal_default (SIGINT);
gdm_signal_default (SIGPIPE);
gdm_signal_default (SIGALRM);
gdm_signal_default (SIGHUP);
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index f7de5cb4..bcd139cf 100644
--- a/docs/C/gdm.xml
+++ b/docs/C/gdm.xml
@@ -964,7 +964,7 @@
and perhaps to other internal GDM data and it should not
therefore be a user such as nobody, but rather a dedicated
user. The <filename>ServAuthDir</filename> is owned by this
- group. The ownership and permissions of <filename>ServAuthDir<filename>
+ group. The ownership and permissions of <filename>ServAuthDir</filename>
should be <filename>root.gdm</filename> and 1770.
</para>
</listitem>