From: Tobias Geerinckx-Rice Date: Thu, 12 Dec 2019 02:15:37 +0100 Subject: gnu: jfsutils: Include sys/types.h. Copied verbatim[0] from the Debian package. [0]: https://sources.debian.org/patches/jfsutils/1.1.15-4/missing-includes.diff Description: Add missing include to fix FTBFS with eglibc 2.17 Origin: vendor, http://patches.ubuntu.com/j/jfsutils/jfsutils_1.1.15-2ubuntu1.patch Bug-Debian: http://bugs.debian.org/701433 Last-Update: 2013-07-05 Index: b/fscklog/extract.c =================================================================== --- a/fscklog/extract.c 2006-06-05 19:31:40.000000000 +0000 +++ b/fscklog/extract.c 2013-04-02 07:13:08.737654963 +0000 @@ -28,6 +28,7 @@ #include #include #include +#include #include "devices.h" #include "diskmap.h" szko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-25services: pcscd: Use switch-symlinks from (guix build utils)....switch-symlinks has been moved to (guix build utils). We need not duplicate it anymore. * gnu/services/security-token.scm (pcscd-activation): Use switch-symlinks from (guix build utils). Arun Isaac
2021-07-03services: pcscd: Fix daemon signal handling...."pcscd" wouldn't handle SIGTERM as it inherit ignoring this signal (and others) from its parent shepherd; fork+exec-command restore signal handling. Fixes <https://issues.guix.gnu.org/45202>. * gnu/services/security-token.scm (pcscd)[start]: Use fork+exec-command to start "pcscd". Brice Waegeneire
2021-06-19services: pcscd: Cleanup socket when started....Otherwise when pcscd doesn't terminate properly (ie. receive a SIGKILL), it won't start again because of it's socket already existing. * gnu/services/security-token.scm (pcscd-shepherd-service)[start]: Remove existing socket file. Brice Waegeneire
2020-12-13gnu: htop: Update to 3.0.3....* gnu/packages/admin.scm (htop): Update to 3.0.3. Tobias Geerinckx-Rice
2020-12-12services: pcscd-shepherd-service: Fix PID file location....Fixes <http://issues.guix.gnu.org/45202>. * gnu/services/security-token.scm (pcscd-shepherd-service): Look for pcscd.pid in /run instead of /var/run. Reported by Raffael Stocker <r.stocker@mnet-mail.de>. Tobias Geerinckx-Rice