[Linux-zigbee-devel] [PATCH] izcoordinator: fixes -f incorrect handling

2011-11-04 Thread 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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/coordinator.c b/src/coordinat

Re: [Linux-zigbee-devel] [PATCH] izcoordinator: fixes -f incorrect handling

2011-11-04 Thread Alexander Smirnov
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