1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/libdaemon
Zdenek Kabelac b3b1e788e1 daemonize: more unified code
ATM we have several instances of daemonizing code.
Each has its 'special' logic so not completely easy
to unify them all into a single routine.

Start to unify them and use one strategy for rediricting
all input/outpus to /dev/null - use 'dup2' function for this
and open /dev/null before fork to make sure it's available.
2017-08-25 14:20:57 +02:00
..
client lvmetad: fix segfault on i386 2017-03-13 13:37:07 -05:00
server daemonize: more unified code 2017-08-25 14:20:57 +02:00
Makefile.in doc: change fsf address 2016-01-21 12:11:37 +01:00