diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-27 12:15:01 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-11-08 18:23:06 +0100 |
commit | 0af94ad52f65a5a62febd203e431f17642f07577 (patch) | |
tree | 0057d2f7ebf58f8cd4886ceec6f684e3bb563f68 /gnu | |
parent | d9565f7d8797d6ab826776c9ac3befdf20f73e05 (diff) | |
download | patches-0af94ad52f65a5a62febd203e431f17642f07577.tar patches-0af94ad52f65a5a62febd203e431f17642f07577.tar.gz |
gnu: service: Update comment.
* gnu/services/base.scm (guix-activation): Update comment.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/services/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm index b605614ab6..2ba655d940 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -1441,7 +1441,7 @@ failed to register hydra.gnu.org public key: ~a~%" status)))))))) (match config (($ <guix-configuration> guix build-group build-accounts authorize-key? keys) ;; Assume that the store has BUILD-GROUP as its group. We could - ;; otherwise call 'chown' here, but the problem is that on a COW unionfs, + ;; otherwise call 'chown' here, but the problem is that on a COW overlayfs, ;; chown leads to an entire copy of the tree, which is a bad idea. ;; Optionally authorize hydra.gnu.org's key. |