[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug : CGI_ACK_OPTS in hobbitcgi.cfg
- To: <hobbit (at) hswn.dk>
- Subject: Bug : CGI_ACK_OPTS in hobbitcgi.cfg
- From: "Charles Jones" <Charles.Jones (at) ciscolearning.org>
- Date: Tue, 25 Jul 2006 13:32:47 -0700
- Thread-index: AcawKX3qgEo8k6CvRZS3qAyJGpqyjg==
- Thread-topic: Bug : CGI_ACK_OPTS in hobbitcgi.cfg
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.
-Charles