From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 16 05:39:32 2020 Received: (at 43769-done) by debbugs.gnu.org; 16 Oct 2020 09:39:32 +0000 Received: from localhost ([127.0.0.1]:57689 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTMCy-0005HK-Go for submit@debbugs.gnu.org; Fri, 16 Oct 2020 05:39:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTMCw-0005H8-KN for 43769-done@debbugs.gnu.org; Fri, 16 Oct 2020 05:39:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46799) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTMCq-0006V9-LP; Fri, 16 Oct 2020 05:39:24 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=34688 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kTMCq-00082N-7B; Fri, 16 Oct 2020 05:39:24 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: zimoun Subject: Re: [PATCH v3 2/2] guix-install.sh: Check the service 'nscd' and suggest it. References: <20201013171204.14708-1-zimon.toutoune@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 25 =?utf-8?Q?Vend=C3=A9miaire?= an 229 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 16 Oct 2020 11:39:22 +0200 In-Reply-To: <20201013171204.14708-1-zimon.toutoune@gmail.com> (zimoun's message of "Tue, 13 Oct 2020 19:12:03 +0200") Message-ID: <87k0vq8q7p.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43769-done Cc: me@tobias.gr, 43769-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, zimoun skribis: > Fixes . > > * etc/guix-install.sh (chk_sys_nscd): New function to check if the service > 'nscd is running, otherwise suggest to install distribution-wide. [...] > Fixes . > > * etc/guix-install.sh (sys_create_shell_completion): New function to add > system wide all the symlinks for supported shell completions. Applied, thanks! Ludo=E2=80=99.