Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2008 01:54:31 +0000 (UTC)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_main.c
Message-ID:  <200810300154.m9U1sevo036696@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rafan       2008-10-30 01:54:31 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/rpc.yppasswdd yppasswdd_main.c 
  Log:
  SVN rev 184459 on 2008-10-30 01:54:31Z by rafan
  
  - Whenever a password/shell is changed via rpc.yppasswdd, the daemon leaves
    one zombie process because it does not do the cleanup. For a long running
    NIS/YP server, it will have lots of zombie processes on it. Fix that by
    ignoring the SIGCHLD signal since we don't really care about the exit
    status in this case.
  
  PR:             bin/91980
  Reported by:    Arjan van der Velde <dj_noresult at hotmail.com>
  Submitted by:   Jui-Nan Lin" <jnlin at csie.nctu.edu.tw>
  Reviewed by:    delphij
  MFC after:      1 month
  
  Revision  Changes    Path
  1.27      +4 -0      src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810300154.m9U1sevo036696>