First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 113640
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ingo van Lil <inguin@gmx.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 113640 depends on: Show dependency tree
Show dependency graph
Bug 113640 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-11-26 10:42 0000
Contrary to the description in the grep man page the option "-D skip" doesn't
make grep skip FIFOs (named pipes). The bug has been fixed in grep CVS more than
a year ago, but unfortunately they have not released a new version for about the
same time.

The patch for this bug can be found at
http://lists.gnu.org/archive/html/grep-commit/2004-11/msg00095.html. I'd
appreciate it if it could be added to the Gentoo ebuild for grep 2.5.1.


Reproducible: Always
Steps to Reproduce:
1. mkfifo fifo
2. grep -D skip pattern fifo
3.

Actual Results:  
grep tries to open the FIFO and blocks.

Expected Results:  
grep should identify the file as FIFO and skip it (as described in the man page).

------- Comment #1 From SpanKY 2005-11-26 12:09:12 0000 -------
thanks, added to grep-2.5.1-r9

First Last Prev Next    No search results available      Search page      Enter new bug