K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-07-04T21:58:38.000000Z K 7 svn:log V 348 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. END