Manolis Ragkousis d0ed201e0a
daemon: Avoid kill -1 bug on the Hurd.
This allows for native builds on the Hurd, doing

    sudo ./pre-inst-env guix-daemon --disable-chroot --build-users-group=guixbuild &
    ./pre-inst-env guix build hello

* nix/libutil/util.cc (killUser)[__GNU__]: Avoid kill -1 bug; kill only
current process and ignore SIGKILL status in parent.

Co-authored-by: Jan Nieuwenhuizen <janneke@gnu.org>
2020-03-26 12:59:33 +01:00
..
2014-12-19 22:47:37 +01:00
2014-12-19 22:47:37 +01:00
2015-12-02 19:37:59 +02:00
2015-12-02 19:37:59 +02:00
2015-05-19 16:09:58 +02:00
2015-05-19 16:09:58 +02:00
2015-12-02 19:37:59 +02:00
2015-05-19 16:09:58 +02:00
2020-03-26 12:59:33 +01:00