aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2020-03-08 14:00:27 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2020-05-05 13:20:15 +0200
commit9b07ebcd9634cb96bef061fd8089ff0ef4d108f9 (patch)
tree82efb8b5f1950d1405d6980ee06a8ed5faa4c639 /etc/snippets
parent1c2126c377bb5367b1f3ace599f214fabc0d5925 (diff)
downloadguix-9b07ebcd9634cb96bef061fd8089ff0ef4d108f9.tar.gz
guix-9b07ebcd9634cb96bef061fd8089ff0ef4d108f9.zip
gnu: Add rust-colored-1.9.1.
This is sequried by sequoia, resp. sequois-sqv. * gnu/packages/crates-io.scm (rust-colored-1.9.1): New variable.
Diffstat (limited to 'etc/snippets')
0 files changed, 0 insertions, 0 deletions
epherd.scm (read-pid-file/container): Kill (- PID) instead of PID. Ludovic Courtès 2020-06-12shepherd: Unblock signals in the child process....Fixes <https://bugs.gnu.org/41791>. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. This change mirrors changes made in the Shepherd 0.8.1, where signals are blocked in the shepherd process in support of 'signalfd'. The regression was introduced with the switch to 0.8.1 in 3f9c62d1a8b345909adaeb22f454ad22554c55a1: child processes would not receive SIGTERM upon 'herd stop SERVICE'. * gnu/build/shepherd.scm <top level>: Autoload (shepherd system). (make-forkexec-constructor/container): Call call to 'sigaction' and 'unblock-signals'. Ludovic Courtès