Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jul 1995 14:58:44 -0700
From:      Bill Paul <wpaul>
To:        CVS-commiters, cvs-gnu
Subject:   cvs commit: src/gnu/usr.sbin/ypserv yp_svc.c
Message-ID:  <199507042158.OAA07790@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
wpaul       95/07/04 14:58:41

  Modified:    gnu/usr.sbin/ypserv  yp_svc.c
  Log:
  Oh fer cryin' out loud... While playing with the ypserv code on a different
  platform, I discovered the following: if you use ypcat (or anything that
  does a yp_all() for that matter) to dump out a map and then hit ^C before
  it finishes, ypserv gets hit with a SIGPIPE and dies. (The ypall() service
  is implemented using TCP.)
  
  Fix: ignore SIGPIPEs.



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