Sure enough, it's all there...
I think it's wrong to handle .pdrc files as additional arguments, and only rewrote the code to prevent setuid abuses that were possible with an older (also buggy) version... so anything done to the current setup is temporary anyway.
But as Krzysztof notes, any parse error in the .pdrc file has bizzare and bad results. So I'll have to choose whether to patch it up again or to figure out how to do it right (with A=B style declarations and a site file and correct handling of whether to override or add to paths... )
cheers Miller
On Tue, Nov 27, 2001 at 09:57:31AM +0100, Krzysztof Czaja wrote:
hi Micha/l, hi Miller,
.pdrc parsing was recently (over)simplified. If there is a line
- not starting with '-', or 2. not having exactly expected number
of tokens (in the scanf("%s") sense), then all remaining part of .pdrc is taken as a list of filenames to load.
Miller, could you please look at my .pdrc post from Mon, 01 Oct 2001?
Krzysztof
Michal Seta wrote:
Ok, so I'm completely lost here.