fdmanager works not as described
Brought to you by:
haase
The documentation of fdmanager claims, that the arguments
for the fdserver should be listed after the server control
files, e.g.
/.../syndaxdb.fdz --local DBPATH=/tmp/
This does not work, since fdserver expects the server
control
file as the last argument and it seems fdmanager tries to
call the server with the following arguments:
fdserver /.../syntaxdb.fdz --local DBPATH=/tmp/
which is not accepted by fdserver.