25 Jul
2006
25 Jul
'06
8:39 p.m.
On Tue, Jul 25, 2006 at 01:32:47PM -0700, Charles Jones wrote:
Henrik,
I grabbed todays snapshot and noticed that you made the --no-pin (which is a wonderful feature!) option default in hobbitcgi.cfg.
The problem is that the option is added outside of the quotes, so that it doesn't take effect:
CGI_ACK_OPTS="--env=/home/hobbit/server/etc/hobbitserver.cfg" --no-pin
Moving the end quote to the outside of --no-pin fixes it.
Doh - thanks for noticing. I actually saw this on a test installation I did, but didn't think about where it came from - I just assumed it was some mistake on my part when muddling with the config.
Regards, Henrik