1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/daemons
Mikulas Patocka 71cb54406a Don't kill the parent if debugging.
If dmeventd runs with -d flag, it doesn't fork into backgroud.
The command kill(getppid(), SIGTERM) attempts to kill the parent dmeventd
process, however, if there is no parent, it kills whatever process spawned
dmeventd. In case of debugging with gdb, the parent is gdb, thus
kill(getppid(), SIGTERM) kills the debugger.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
2010-03-31 12:01:49 +00:00
..
clvmd Fixing another set of distclean problems where we left some generated files 2010-03-29 14:17:59 +00:00
cmirrord Fixing compilation warning: implicit declaration of function ‘umask’ 2010-03-29 14:05:17 +00:00
dmeventd Don't kill the parent if debugging. 2010-03-31 12:01:49 +00:00
Makefile.in Update cflow file generation - support build dir and use $(top_srcdir) 2010-03-29 14:11:17 +00:00