Hi there,

We have been investigating upgrading from cosign 3.0.0 to 3.2.0, but have 
found an odd issue with the parsing of the cosign.conf file in realtion 
to the set keyword:

We used to be able to do

set key "value with spaces in it"

and the config value would indeed be the string:value with spaces in it

however now the value seems to be:"value

ie it's truncated at the first white space and the parsing code no longer 
picks up the double quote as being significant.

I think the macro definition in argcargv.h is different

#define ACV_FLAG_DEFAULTS       3  is now
#define ACV_FLAG_DEFAULTS       0

Can I safely set it back to 3 or even two? Or is there implications I 
dshould be aware of?

many thanks,

Gavin Gray
University of Edinburgh
IT Infrastructure Division
Information Services
James Clerk Maxwell Building
The Kings Buildings
Peter Guthrie Tait Road
Edinburgh
EH9 3FD
UK
tel +44 (0)131 650 5987
email gavin.g...@ed.ac.uk

--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Cosign-discuss mailing list
Cosign-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to