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
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