aboutsummaryrefslogtreecommitdiff
path: root/srfi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-02-01 12:30:56 +0100
committerLudovic Courtès <ludo@gnu.org>2017-02-01 12:36:41 +0100
commit357db1f91de9b3eb14be52a98cc804cdfd284f6d (patch)
treef167ad4bddf61597911f9da6a23fd88e12cf1a4e /srfi
parentae763b5b0b7d5e7316a3d0efe991fe8ab2261031 (diff)
downloadguix-357db1f91de9b3eb14be52a98cc804cdfd284f6d.tar.gz
guix-357db1f91de9b3eb14be52a98cc804cdfd284f6d.zip
system: More 'file-append' instead of #~(string-append #$thing …).
* gnu/system/shadow.scm (<user-account>)[shell]: Use 'file-append'. (%base-user-accounts): Likewise. * gnu/system/grub.scm (%background-image): Likewise.
Diffstat (limited to 'srfi')
0 files changed, 0 insertions, 0 deletions
@tobias.gr> 2020-04-21services: dovecot: 'stop' method returns #f upon success.Ludovic Courtès * gnu/services/mail.scm (dovecot-shepherd-service)[stop]: Use 'invoke' instead of 'make-forkexec-constructor'. Previously, the 'stop' method would return the PID of the "dovecot stop" process, which would be interpreted as a failure to stop the service. 2020-03-16tests: opensmtpd: Check /var/spool/mail instead of /var/mail.Ludovic Courtès The test had been failing since the upgrade to 6.6.3p1 in commit 2dbfd8eec43b602d23cee3fdd2842cc333e36c24. * gnu/services/mail.scm (opensmtpd-activation): Create /var/spool/mail. * gnu/tests/mail.scm (run-opensmtpd-test): Check /var/spool/mail instead of /var/mail.