]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
ulogd: use daemon() function
authorEric Leblond <eric@regit.org>
Sat, 20 Jul 2013 10:08:33 +0000 (12:08 +0200)
committerEric Leblond <eric@regit.org>
Thu, 10 Oct 2013 00:31:42 +0000 (02:31 +0200)
commit471a5502bf16dab3a13c8c14469582897f43ee7e
treee10cf266f276da13328b9b613d58de883074f5e1
parentd5b1116cf5ad90186fbe5a74ec58c4201395f619
ulogd: use daemon() function

This patches update the daemonization code. It is done earlier and
it uses the daemon(à function which is used for daemonization by
most projects.

Signed-off-by: Eric Leblond <eric@regit.org>
src/ulogd.c