On May 16, 2012, at 8:32 PM, Rob wrote:
I discovered an unusual output from condor_config_val.
When I do
condor_config_val HOSTNAME FLOCK_FROM FLOCK_TO
it gives the proper values of HOSTNAME and FLOCK_FROM, and for FLOCK_TO it says:
Not defined: FLOCK_TO
However, when I do
condor_config_val FLOCK_TO HOSTNAME FLOCK_FROM
it tells me that FLOCK_TO is not defined, but then stops; the undefined variable FLOCK_TO seems to stop further processing of the remaining arguments on the input line. I suspect this is a bug.....isn't it?
I'm using Condor 7.7.5 on a X86_64-Fedora_16 OS.
This sounded like a bug to me as well when I read your email, but the
man page says it's the intended behavior.