Re: [bug-grep] [patch] getting '--devices=skip' to work

2004-11-24 Thread Jeff Moyer
==> Regarding Re: [bug-grep] [patch] getting '--devices=skip' to work; [EMAIL PROTECTED] adds: P> Paul Eggert wrote: >> Tim Waugh <[EMAIL PROTECTED]> writes: >> >> >>> https://bugzilla.redhat.com/beta/show_bug.cgi?id=135942 P> FYI this

Re: [bug-grep] [patch] getting '--devices=skip' to work

2004-11-24 Thread Tim Waugh
On Tue, Nov 23, 2004 at 11:53:13AM -0800, Paul Eggert wrote: > None of these uses would run afoul of the bug that you mentioned, as > far as I can tell. Agreed. Tim. */ pgpQ7wXF3K170.pgp Description: PGP signature ___ Bug-coreutils mailing list [EMAI

Re: [bug-grep] [patch] getting '--devices=skip' to work

2004-11-24 Thread P
Paul Eggert wrote: Tim Waugh <[EMAIL PROTECTED]> writes: https://bugzilla.redhat.com/beta/show_bug.cgi?id=135942 FYI this also could be a dupe: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=135905 Of the coreutils programs that use O_NONBLOCK: chown and touch don't do I/O. dd uses O_

Re: [bug-grep] [patch] getting '--devices=skip' to work

2004-11-23 Thread Paul Eggert
Tim Waugh <[EMAIL PROTECTED]> writes: > https://bugzilla.redhat.com/beta/show_bug.cgi?id=135942 Of the coreutils programs that use O_NONBLOCK: chown and touch don't do I/O. dd uses O_NONBLOCK only when the user asks for it explicitly. shred uses it only on /dev/random. stty uses it