Date: Wed, 22 Jun 2005 22:30:14 GMT From: Dean Strik <dean@stack.nl> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/81555: Cron exits from SIGPIPE after crontab -e when using NSS-LDAP Message-ID: <200506222230.j5MMUE3q029890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/81555; it has been noted by GNATS. From: Dean Strik <dean@stack.nl> To: Dick Davies <rasputnik@hellooperator.net> Cc: Dean Strik <dean@stack.nl>, bug-followup@FreeBSD.org Subject: Re: bin/81555: Cron exits from SIGPIPE after crontab -e when using NSS-LDAP Date: Thu, 23 Jun 2005 00:24:29 +0200 Dick Davies wrote: > > + (void) signal(SIGPIPE, SIG_IGN); > That helped for me, thanks - is there any obvious downside to this ? No... crond won't ever see a legitimate SIGPIPE anyway. -- Dean C. Strik Eindhoven University of Technology dean@stack.nl | dean@ipnet6.org | http://www.ipnet6.org/ "This isn't right. This isn't even wrong." -- Wolfgang Pauli
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506222230.j5MMUE3q029890>