From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9oZC-0003NV-RV for guix-patches@gnu.org; Wed, 01 Nov 2017 04:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9oZB-0002sc-Fx for guix-patches@gnu.org; Wed, 01 Nov 2017 04:40:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36298) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9oZB-0002sQ-Cc for guix-patches@gnu.org; Wed, 01 Nov 2017 04:40:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e9oZA-0002dy-2o for guix-patches@gnu.org; Wed, 01 Nov 2017 04:40:05 -0400 Subject: [bug#29100] [PATCH 3/3] gnu: service: Update comment. Resent-Message-ID: From: Hartmut Goebel Date: Wed, 1 Nov 2017 09:39:52 +0100 Message-Id: <20171101083952.5376-3-h.goebel@crazy-compilers.com> In-Reply-To: <20171101083952.5376-1-h.goebel@crazy-compilers.com> References: <20171101083952.5376-1-h.goebel@crazy-compilers.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29100@debbugs.gnu.org * gnu/services/base.scm(guix-activation): Update comment. --- gnu/services/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index b605614ab..2ba655d94 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 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. -- 2.13.5