The -f option that let you define a pid file was incorrectly
handled by the izcoordinator program. The only way to define
a pid file was to use an environment variable.
---
src/coordinator.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/coordinator.c b/src/coordinat
Hello Christophe,
thank you for the patch!
2011/11/4, Christophe Aeschlimann :
> The -f option that let you define a pid file was incorrectly
> handled by the izcoordinator program. The only way to define
> a pid file was to use an environment variable.
> ---
> src/coordinator.c |2 +-
> 1 f