bug#11540: [PATCH] tee: add a flag to ignore SIGPIPE

2018-10-09 Thread Assaf Gordon
tags 11540 fixed close 11540 stop (Triaging old bugs) Hello, On 23/05/12 07:25 AM, Igor Ippolitov wrote: The default would be to diagnose write errors, and that could be changed with: --write-error={[cont],ignore,exit} In coreutils version 8.24 (released 2015) 'tee' gained the '--output-e

bug#11540: [PATCH] tee: add a flag to ignore SIGPIPE

2012-05-23 Thread Igor Ippolitov
2012/5/22 Pádraig Brady > > I checked back and there was a very similar patch nearly 4 years ago. > http://lists.gnu.org/archive/html/bug-coreutils/2008-10/msg00067.html > I think there was general agreement in the thread on its merits. > > I wonder though, would a higher level option be more app

bug#11540: [PATCH] tee: add a flag to ignore SIGPIPE

2012-05-22 Thread Pádraig Brady
On 05/22/2012 06:18 PM, Pádraig Brady wrote: > On 05/22/2012 03:00 PM, Igor Ippolitov wrote: >> >From 89c055b385a9d4f4804af6b7b3fbe67651471613 Mon Sep 17 00:00:00 2001 >> From: Ippolitov A. Igor >> Date: Tue, 22 May 2012 17:58:23 +0400 >> Subject: [PATCH] tee: add a flag to ignore SIGPIPE >> >> *

bug#11540: [PATCH] tee: add a flag to ignore SIGPIPE

2012-05-22 Thread Pádraig Brady
On 05/22/2012 03:00 PM, Igor Ippolitov wrote: >>From 89c055b385a9d4f4804af6b7b3fbe67651471613 Mon Sep 17 00:00:00 2001 > From: Ippolitov A. Igor > Date: Tue, 22 May 2012 17:58:23 +0400 > Subject: [PATCH] tee: add a flag to ignore SIGPIPE > > * src/tee.c: added ignore_sigpipes variable and -p >

bug#11540: [PATCH] tee: add a flag to ignore SIGPIPE

2012-05-22 Thread Igor Ippolitov
>From 89c055b385a9d4f4804af6b7b3fbe67651471613 Mon Sep 17 00:00:00 2001 From: Ippolitov A. Igor Date: Tue, 22 May 2012 17:58:23 +0400 Subject: [PATCH] tee: add a flag to ignore SIGPIPE * src/tee.c: added ignore_sigpipes variable and -p and --ignore-sigpipes options If we call tee li