[FreeNX-kNX] FreeNX 0.5.0 - Snapshot 7
Terje Andersen
terander at guard.zapto.org
Sat Apr 1 22:53:22 UTC 2006
On Saturday 11 March 2006 13:15, Fabian Franz wrote:
> Hi,
>
> snapshot 7 is just a small update, but should fix the stale sessions now
> really.
>
> It also takes care of actually using the disabling of nodelay option if set
> in node.conf.
>
> Get it from:
>
> http://studwww.ira.uka.de/~s_franz2/freenx/freenx-0.5.0-test-2006-03-11-7.t
>ar.gz
Just a small bugfix in the nxloadconfig. When running 'nxloadconfig --check'
an error on line 494 surfaces.
The line originally looks like this:
[ -z "$(strings $PATH_BIN/nxagent | grep 'NXAGENT - Version 1.5.0')"] && \
but it should be like this (it was missing the space before the ']'):
[ -z "$(strings $PATH_BIN/nxagent | grep 'NXAGENT - Version 1.5.0')" ] && \
/Terje
More information about the FreeNX-kNX
mailing list