Re: Possible bug in /usr/bin/makewhatis

2001-01-22 Thread Jos Backus
On Tue, Jan 23, 2001 at 02:31:48AM +0100, Dag-Erling Smorgrav wrote: > No need to name the loop... Oops, you're right, sorry. -- Jos Backus _/ _/_/_/"Modularity is not a hack." _/ _/ _/-- D. J. Bernstein

Re: Possible bug in /usr/bin/makewhatis

2001-01-22 Thread Dag-Erling Smorgrav
Jos Backus <[EMAIL PROTECTED]> writes: > This patch gets rid of the Broken pipe messages. No need to name the loop... DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Possible bug in /usr/bin/makewhatis

2001-01-22 Thread Jos Backus
This patch gets rid of the Broken pipe messages. --- makewhatis.orig Mon Jan 22 12:54:09 2001 +++ makewhatis Mon Jan 22 13:01:31 2001 @@ -333,7 +333,8 @@ local($source) = 0; local($list); -while() { +local($flag) = 0; +LOOP: while() { # ``man'' style pages

Re: Possible bug in /usr/bin/makewhatis.

2001-01-17 Thread Matt Dillon
:Matt Dillon wrote: :> :> I was doing some installworlds and got a bunch of 'gzcat: Broken pipe' :> errors at the very end when it was doing 'makewhatis' on various manual :> directories. : :It also only happens if you are running ssh to logon to the computer :doing the makewhatis. Y

Re: Possible bug in /usr/bin/makewhatis.

2001-01-17 Thread Kent Stewart
Matt Dillon wrote: > > I was doing some installworlds and got a bunch of 'gzcat: Broken pipe' > errors at the very end when it was doing 'makewhatis' on various manual > directories. It also only happens if you are running ssh to logon to the computer doing the makewhatis. You can

Possible bug in /usr/bin/makewhatis.

2001-01-16 Thread Matt Dillon
I was doing some installworlds and got a bunch of 'gzcat: Broken pipe' errors at the very end when it was doing 'makewhatis' on various manual directories. I believe the problem is related to the makewhatis perl script closing the input descriptor before draining all the input