Re: RE: Proposed makewhatis perl script fix

2001-02-11 Thread Matt Dillon
From the signal() manual page: When a process which has installed signal handlers forks, the child pro- cess inherits the signals. All caught signals may be reset to their de- fault action by a call to the execve(2) function; ignored signals remain ignored. So I woul

Re: Proposed makewhatis perl script fix

2001-02-11 Thread Blaz Zupan
> Well, in Russian BSD newsgroup I see complaints that even > > $ program | more # and press `q' while program is still running > > giving the same error. I don't see that myself. Blaz Zupan, Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia E-mail: [EMAIL PROTECTED], Tel: +386-2-320-63

Re: Proposed makewhatis perl script fix

2001-02-11 Thread Cy Schubert - ITSD Open Systems Group
In message <[EMAIL PROTECTED]>, "Valeriy E. Ushakov" write s: > On Sun, Feb 11, 2001 at 06:25:44 -0800, Cy Schubert wrote: > > > > > So no, your makewhatis patch only appears to be a bandaid, but > > > > there is something going on deeper (possibly in the kernel) that > > > > was not there in 4.

Re: Proposed makewhatis perl script fix

2001-02-11 Thread Valeriy E. Ushakov
On Sun, Feb 11, 2001 at 06:25:44 -0800, Cy Schubert wrote: > > > So no, your makewhatis patch only appears to be a bandaid, but > > > there is something going on deeper (possibly in the kernel) that > > > was not there in 4.2-RELEASE. > > > > Were you using ssh to login on to the computers when

Re: Proposed makewhatis perl script fix

2001-02-11 Thread Cy Schubert - ITSD Open Systems Group
In message <[EMAIL PROTECTED]>, Kent Stewart writes: > > > Blaz Zupan wrote: > > > > > :Actually, I don't think it fixed everything. There have been ports > > > :that also had problems with piping to tar and broken pipes. It > > > :wouldn't surprise me if the makewhatis problem was only a littl

Re: Proposed makewhatis perl script fix

2001-02-11 Thread Blaz Zupan
> Try the following patch (which I dug up off the Web after the previous > go-round on this problem). It seems to work. > > (The indentation is wrong, I know. I had to apply the patch -l because > the HTMLization of the original mail message hosed the whitespace.) Excellent, this seems to be th

Re: Proposed makewhatis perl script fix

2001-02-11 Thread Christopher K Davis
Barney Wolff <[EMAIL PROTECTED]> writes: > Er, could it possibly be that telnet has been hiding the error > all along? It's really, really hard to see how ssh could > *create* this sort of error. Try the following patch (which I dug up off the Web after the previous go-round on this problem).

Re: RE: Proposed makewhatis perl script fix

2001-02-11 Thread Barney Wolff
Er, could it possibly be that telnet has been hiding the error all along? It's really, really hard to see how ssh could *create* this sort of error. Barney Wolff On Sun, Feb 11, 2001 at 09:35:43AM +0100, Blaz Zupan wrote: > > pkg_add runs tar with the --fast-read option to extract the table

RE: Proposed makewhatis perl script fix

2001-02-09 Thread Andrew . Hodgkins
ode jockey, but I've got a few development systems I can do testing on if that helps. --Andy -Original Message- From: Kent Stewart [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 1:04 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Proposed makewhatis perl scrip

Re: Proposed makewhatis perl script fix

2001-02-04 Thread Matt Dillon
The makewhatis patch has been committed to -current and will be MFC'd to -stable on tuesday. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: Proposed makewhatis perl script fix

2001-02-04 Thread John Reynolds
[ On Sunday, February 4, Matt Dillon wrote: ] > This should fix the installworld problems. I'll commit it to -current > tonight and MFC it in two days unless people find something wrong with > it. It would be nice if someone else could test it first. Patch works like a champ for me

Proposed makewhatis perl script fix

2001-02-04 Thread Matt Dillon
This should fix the installworld problems. I'll commit it to -current tonight and MFC it in two days unless people find something wrong with it. It would be nice if someone else could test it first. -Matt Index: makewhatis.perl ==