Re: [PATCH 2/5] console-client: add daemonizing support
Applied series, thanks. Samuel
[PATCH 2/5] console-client: add daemonizing support
This patch adds daemonizing support using libdaemon. * console-client/console.c (daemonize): New variable. (options): Add --daemonize argument. (parse_opt): Handle --daemonize argument. (daemon_error): New error(3) like macro. (main): Daemonize. * console-client/Makefile: Use libdaemon specific bu