Re: [systemd-devel] [PATCH 6/6] udevd: event - port spawn_wait() to sd-event

2015-05-27 Thread Zbigniew Jędrzejewski-Szmek
On Tue, May 26, 2015 at 12:38:48AM +0200, Tom Gundersen wrote: > This allows us to drop the special sigterm handling in spawn_wait() > as this will now be passed directly to the worker event loop. > > We now log failing processe at 'warning' leve, otherwise the > behavior is unchanged. Changes lo

Re: [systemd-devel] [PATCH 6/6] udevd: event - port spawn_wait() to sd-event

2015-05-25 Thread systemd github import bot
Patchset imported to github. Pull request: -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel mailing list s

[systemd-devel] [PATCH 6/6] udevd: event - port spawn_wait() to sd-event

2015-05-25 Thread Tom Gundersen
This allows us to drop the special sigterm handling in spawn_wait() as this will now be passed directly to the worker event loop. We now log failing processe at 'warning' leve, otherwise the behavior is unchanged. --- src/test/test-udev.c| 7 -- src/udev/udev-event.c | 177 +++