FreeBSD Bugzilla – Attachment 53902 Details for
Bug 81555
Cron exits from SIGPIPE after crontab -e when using NSS-LDAP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cron.c.patch
cron.c.patch (text/plain; charset=us-ascii), 262 bytes, created by
Dean Strik
on 2005-06-12 16:24:59 UTC
(
hide
)
Description:
cron.c.patch
Filename:
MIME Type:
Creator:
Dean Strik
Created:
2005-06-12 16:24:59 UTC
Size:
262 bytes
patch
obsolete
>--- usr.sbin/cron/cron/cron.c Sun Jun 12 17:18:18 2005 >+++ usr.sbin/cron/cron/cron.c Sun Jun 12 17:18:36 2005 >@@ -80,6 +80,7 @@ > > parse_args(argc, argv); > >+ (void) signal(SIGPIPE, SIG_IGN); > #ifdef USE_SIGCHLD > (void) signal(SIGCHLD, sigchld_handler); > #else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 81555
: 53902