summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-24 06:37:27 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-24 06:37:27 +0000
commit4fb5ab741ac5b498fd0591d82b5d225abac7b8ce (patch)
treeb067640777bfc96b8da88c8277101a47771ba7db /ChangeLog
parent8558d715d0dc104832c65f52e14158d0c606f3a1 (diff)
* nscd/nscd.c (main): Use error while process isn't running in thecvs/fedora-glibc-20050829T1854cvs/fedora-glibc-20050824T0705
background, not dbg_log. * nscd/nscd_conf.c (nscd_parse_file): Likewise. Mark messages with _(). Unify testing for database name. * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08036d8528..0b7cca868d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-08-23 Ulrich Drepper <drepper@redhat.com>
+ * nscd/nscd.c (main): Use error while process isn't running in the
+ background, not dbg_log.
+ * nscd/nscd_conf.c (nscd_parse_file): Likewise.
+ Mark messages with _(). Unify testing for database name.
+
* nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h.
(dbs): Initialize max_db_size fields.
(nscd_init): When mapping the database, use max_db_size as the
@@ -27,7 +32,7 @@
(receive_print_stats): Likewise.
* nscd/pwdcache.c (cache_addpw): Likewise.
- * sysdeps/unix/sysv/linux/Versions: Export Inotify_* syscalls.
+ * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls.
2005-08-22 Jakub Jelinek <jakub@redhat.com>