[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: services: cups: Create /var/cache on activation.
From: |
guix-commits |
Subject: |
13/13: services: cups: Create /var/cache on activation. |
Date: |
Wed, 5 Jun 2019 11:27:34 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 36273ebde20db42d864e315c954d84d2b4957070
Author: Alex Griffin <address@hidden>
Date: Sun Jun 2 16:26:47 2019 -0500
services: cups: Create /var/cache on activation.
* gnu/services/cups.scm (%cups-activation): Create /var/cache if it doesn't
exist yet.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/services/cups.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/services/cups.scm b/gnu/services/cups.scm
index 9125139..9d21b6e 100644
--- a/gnu/services/cups.scm
+++ b/gnu/services/cups.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2016 Andy Wingo <address@hidden>
;;; Copyright © 2017 Clément Lassieur <address@hidden>
;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2019 Alex Griffin <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -895,6 +896,7 @@ IPP specifications.")
(mkdir-p/perms "/var/spool/cups" user #o755)
(mkdir-p/perms "/var/spool/cups/tmp" user #o755)
(mkdir-p/perms "/var/log/cups" user #o755)
+ (mkdir-p/perms "/var/cache/cups" user #o770)
(mkdir-p/perms "/etc/cups" user #o755)
(mkdir-p/perms "/etc/cups/ssl" user #o700)
;; This certificate is used for HTTPS connections to the CUPS web
- branch master updated (4ab9ad1 -> 36273eb), guix-commits, 2019/06/05
- 09/13: gnu: Add Norwegian Nynorsk Aspell dictionary., guix-commits, 2019/06/05
- 01/13: etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file., guix-commits, 2019/06/05
- 05/13: gnu: Add Danish Aspell dictionary., guix-commits, 2019/06/05
- 04/13: gnu: Add Belarusian Aspell dictionary., guix-commits, 2019/06/05
- 06/13: gnu: Add Finnish Aspell dictionary., guix-commits, 2019/06/05
- 02/13: installer: Always add '%base-initrd-modules' to 'initrd-modules'., guix-commits, 2019/06/05
- 07/13: gnu: Add Hindi Aspell dictionary., guix-commits, 2019/06/05
- 11/13: gnu: Add Ukrainian Aspell dictionary., guix-commits, 2019/06/05
- 13/13: services: cups: Create /var/cache on activation.,
guix-commits <=
- 08/13: gnu: Add Maori Aspell dictionary., guix-commits, 2019/06/05
- 10/13: gnu: Add Portuguese Portugal Aspell dictionary., guix-commits, 2019/06/05
- 12/13: doc: Fix typo., guix-commits, 2019/06/05
- 03/13: gnu: Add Arabic Aspell dictionary., guix-commits, 2019/06/05