From owner-cvs-gnu Thu Jul 13 18:56:59 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA09849 for cvs-gnu-outgoing; Thu, 13 Jul 1995 18:56:59 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA09837 ; Thu, 13 Jul 1995 18:56:53 -0700 Date: Thu, 13 Jul 1995 18:56:53 -0700 From: Bill Paul Message-Id: <199507140156.SAA09837@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/ypserv server.c svc_run.c yp_svc.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk wpaul 95/07/13 18:56:52 Modified: gnu/usr.sbin/ypserv server.c svc_run.c yp_svc.c Log: server.c: When 'securenets' (actually TCP_WRAPPERS) is enabled, don't syslog connections unless they were rejected. This helps save wear and tear on the syslog facility in large networks with many clienst systems. yp_svc.c: Be a little smarter about using sigaction() -- set the SA_RESTART flag. svc_run: Be doubly paranoid about killing off child processes. Do a flag chack and a pid check before letting child 'threads' self-destruct.