Re: [PATCH 1/4] console-client: add daemonizing support

2013-07-26 Thread Samuel Thibault
Hello, Justus Winter, le Wed 17 Jul 2013 14:21:35 +0200, a écrit : > using libdaemon. Mmm, this might actually be posing problems, for several reasons: - bootstrapping a Hurd system - the debian installer does not currently make use of libdaemon. Could you detect libdaemon in configure, to disa

[PATCH 1/4] console-client: add daemonizing support

2013-07-17 Thread Justus Winter
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 |2 +- console-cli