[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Windows installer glitch



Hi,

I'm testing the 6.7.14 on windows and think i found a
tiny glitch of the installer.

when i select the to 'create a new pool' the installer
automatically creates condor_config.local file.
the file includes the following lines:

COLLECTOR= $(SBIN)/condor_collector
NEGOTIATOR=$(SBIN)/condor_negotiator

  which should be

COLLECTOR= $(SBIN)/condor_collector.exe
NEGOTIATOR=$(SBIN)/condor_negotiator.exe

Actually, they are also defined in the global configuration file
(correctly). So just commenting out them from the local configuration
file also works.

-hidemoto