From a0edd63e7c41336220353a6055662f38f5429a50 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 21 Apr 2000 03:43:31 +0000 Subject: Update. 2000-04-19 Jakub Jelinek * locale/programs/ld-ctype.c (ctype_output): Set size of the idx field to nelems * sizeof (uint32_t). * locale/programs/ld-address.c (address_output): Align word fields properly. * locale/programs/ld-monetary.c (monetary_output): Likewise. Don't restart idx pointers to idx end at the duo_int_curr_symbol field. Avoid giving arbitrary garbage in the crncystr field. Use sizeof(uint32_t) instead of 4 for len in uno_valid_from, uno_valid_to, duo_valid_from, duo_valid_to and conversion_rate fields. * locale/programs/ld-numeric.c (numeric_output): Likewise. Don't restart idx pointers to idx end at the decimal_point_wc field. * locale/programs/ld-time.c (time_output): week_1stday should be word, not byte. Align it properly. 2000-04-19 H.J. Lu * csu/gmon-start.c (_start): Declared as "extern void". (etext): Likewise. 2000-04-18 Andreas Jaeger * manual/install.texi (Running make install): Don't mention utmpd anymore. 2000-04-18 Andreas Jaeger * linuxthreads/Versions: Use ld instead of ld.so. * elf/Makefile (ld-map): Use ld.map. * Versions.def: Use ld instead of ld.so. * elf/Versions: Likewise. * sysdeps/mach/hurd/Versions: Likewise. --- manual/install.texi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'manual/install.texi') diff --git a/manual/install.texi b/manual/install.texi index 2ed9670261..dbbd2cccb5 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -274,12 +274,10 @@ paths for installation. This is useful when setting up a chroot environment or preparing a binary distribution. The directory should be specified with an absolute file name. -Glibc 2.1 includes two daemons, @code{nscd} and @code{utmpd}, which you +Glibc 2.2 includes a daemon called @code{nscd}, which you may or may not want to run. @code{nscd} caches name service lookups; it can dramatically improve performance with NIS+, and may help with DNS as -well. @code{utmpd} allows programs that use the old format for the -@file{utmp} file to coexist with new programs. For more information see -the file @file{login/README.utmpd}. +well. One auxiliary program, @file{/usr/libexec/pt_chown}, is installed setuid @code{root}. This program is invoked by the @code{grantpt} function; it -- cgit 1.4.1