On Sun, Apr 09, 2000 at 10:50:00PM +0200, Ove Kaaven wrote:
>
> On Sun, 9 Apr 2000, Andreas Mohr wrote:
>
> > when root saves the registry:
> > Why do the symlinks get replaced ?
> > I assume that is happening because it's the temp file mechanism in the
> > registry code that is responsible for saving the registry, no ?
> > And as we don't append to a reg file, but create a *new* temp file and
> > rename it (AFAIK, I didn't look at the code), symlinks are treated in a
> > really bad way, i.e. they are thrown away :)
>
> That's right.
Boy am I glad now ;)
> > Maybe we really might want to use your proposed "symlink from $sysconfdir
> > to ~root/.wine" approach, so maybe we might want to fix that temp file
> > "problem" somehow.
>
> OK... I managed after a while to patch the registry saver to use
> realpath() to follow symlinks... but I can't seem to do a cvs diff since
> the server is down again... and I don't know whether we should check for
> realpath() in configure?
Hmm ?
We have three servers.
Umm, well, actually only one right now:
ursula.gmcl.com.
BOTH cvs.winehq.com and rhlx01.fht-esslingen.de (ARRRGL !) are
down/unreachable.
Conclusion:
CVS servers are a terrible annoyance :-)
Oh, yet another configure check ?
Guess I'll have to upgrade to a dual P3-600 for the single purpose of
passing the configure checks...
But I think we don't have too much choice here.
BTW, is it possible to speed up configure checks e.g. by checking for several
things at the same time in one single check ?
Andreas Mohr