From unknown Thu Jun 19 14:31:25 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58874] [PATCH] doc: Update reference to special-files-service-type. Resent-From: EuAndreh Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 29 Oct 2022 19:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58874 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58874@debbugs.gnu.org Cc: EuAndreh X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166707112623438 (code B ref -1); Sat, 29 Oct 2022 19:19:01 +0000 Received: (at submit) by debbugs.gnu.org; 29 Oct 2022 19:18:46 +0000 Received: from localhost ([127.0.0.1]:36680 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oorLy-00065y-7i for submit@debbugs.gnu.org; Sat, 29 Oct 2022 15:18:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:42012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oorLt-00065m-4n for submit@debbugs.gnu.org; Sat, 29 Oct 2022 15:18:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oorLU-0003KN-12 for guix-patches@gnu.org; Sat, 29 Oct 2022 15:18:39 -0400 Received: from box.euandre.org ([46.101.160.115]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oorLR-0001W5-RW for guix-patches@gnu.org; Sat, 29 Oct 2022 15:18:15 -0400 Received: from authenticated-user (box.euandre.org [46.101.160.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.euandre.org (Postfix) with ESMTPSA id 7DDFCFC3F4; Sat, 29 Oct 2022 16:17:37 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=euandre.org; s=mail; t=1667071058; bh=Xm8UKyXrHNe94VGgwyDdlmlqtFNGJ40EXlKjaX0S2Y0=; h=From:To:Cc:Subject:Date:From; b=NfEIBlAZDCywQ/b3orHazIT6wOlBlOGsDHsQgzPHi2suof9Z0LzctEBT/8rgzwm9K 7LKLtMHYW1yJwWw2crQZk5MELpiFpkL2YYPTbCmqXfsdPkMKmFxjpK+CIgS0BcIkCs cC70L/iLc9aaZspHKcqa4p0DJ7SmPAVXz20vj2fbeVKZGajQBW6QVIqzhiawpH8mRx bm2RkPCPmLEfxI97tbU2ddoKjYlurhMDjh2a4ZGa5p62D0IYsBczIZyaAHAibOdmS7 kFHQRLOkdpPypYE7EG0C6qPU43sOtkBF87H6QtfO75wxhBJ3w/cRdv16igmHyF6Vhv ZKJ6aiopWCdWQ== From: EuAndreh Date: Fri, 28 Oct 2022 23:40:09 -0300 Message-Id: <20221029024009.10930-1-eu@euandre.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=46.101.160.115; envelope-from=eu@euandre.org; helo=box.euandre.org X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_12_24=1.049, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) 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: -1.6 (-) * doc/guix.texi (Base Services): Update what the default value of special-files-service-type is, which already includes /usr/bin/env, and the accompanying examples. --- The code for special-files-service-type changed in a9162155975a131afa1e6a44262afbb7af91f7fd, this is the equivalent documentation change. doc/guix.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 80fb3bc47f..449049fcc8 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17711,17 +17711,19 @@ and the second element is its target. By default it is: @cindex @file{/bin/sh} @cindex @file{sh}, in @file{/bin} @lisp -`(("/bin/sh" ,(file-append bash "/bin/sh"))) +`(("/bin/sh" ,(file-append bash "/bin/sh")) + ("/usr/bin/env" ,(file-append coreutils "/bin/env"))) @end lisp @cindex @file{/usr/bin/env} @cindex @file{env}, in @file{/usr/bin} -If you want to add, say, @code{/usr/bin/env} to your system, you can +If you want to add, say, @code{/bin/bash} to your system, you can change it to: @lisp `(("/bin/sh" ,(file-append bash "/bin/sh")) - ("/usr/bin/env" ,(file-append coreutils "/bin/env"))) + ("/usr/bin/env" ,(file-append coreutils "/bin/env")) + ("/bin/bash" ,(file-append bash "/bin/bash"))) @end lisp Since this is part of @code{%base-services}, you can use -- 2.38.0 From unknown Thu Jun 19 14:31:25 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58874] [PATCH] doc: Update reference to special-files-service-type. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 03 Nov 2022 16:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58874 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: EuAndreh Cc: 58874-done@debbugs.gnu.org, 58874@debbugs.gnu.org X-Debbugs-Original-Cc: 58874-done@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166749378922932 (code B ref -1); Thu, 03 Nov 2022 16:44:01 +0000 Received: (at submit) by debbugs.gnu.org; 3 Nov 2022 16:43:09 +0000 Received: from localhost ([127.0.0.1]:50170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqdJ6-0005xo-PE for submit@debbugs.gnu.org; Thu, 03 Nov 2022 12:43:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:39936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqdJ4-0005xX-BL for submit@debbugs.gnu.org; Thu, 03 Nov 2022 12:43:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqdJ3-0000lV-Sd for guix-patches@gnu.org; Thu, 03 Nov 2022 12:43:05 -0400 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oqdJ1-0003ua-Hm for guix-patches@gnu.org; Thu, 03 Nov 2022 12:43:04 -0400 Received: from localhost (93-63-133-243.ip27.fastwebnet.it [93.63.133.243]) by mira.cbaines.net (Postfix) with ESMTPSA id EB9C127BBEA; Thu, 3 Nov 2022 16:43:01 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 6e1c8b05; Thu, 3 Nov 2022 16:43:01 +0000 (UTC) References: <20221029024009.10930-1-eu@euandre.org> User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines Date: Thu, 03 Nov 2022 17:42:37 +0100 In-reply-to: <20221029024009.10930-1-eu@euandre.org> Message-ID: <87sfj0m1kb.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) --=-=-= Content-Type: text/plain EuAndreh via Guix-patches via writes: > * doc/guix.texi (Base Services): Update what the default value of > special-files-service-type is, which already includes /usr/bin/env, > and the accompanying examples. > --- > > The code for special-files-service-type changed in > a9162155975a131afa1e6a44262afbb7af91f7fd, this is the equivalent > documentation change. > > doc/guix.texi | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) Thanks! I've tweaked the commit message a bit, and pushed this to master as 7bb3644dd0344adb444911b4416f2f026856cb46. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNj75RfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdfTQ//e5kJxcTtEzFEd6+5tNCTYVrrzIySURd0 Vh+VaYpucGvudB8mjqC3Z6C1YFPmeErP87GCLFd0ZtRrs2p52lpk/VDI0LkjXZLi DC76RwpsrrZ3mQxLDlXhFEdeZPYe7JlErKSdq7Ydl0Ei4VwZswovb49zYwyNeMri PlwJqv/0mebKzvfO/UN3D+oqXyy0BYBTSxer9BRHiLx+/gsGQDtdno8S4TouNkTx 7m9Y6kKueOXcI9pvXAnNu13o13x4sj9Hew5zlWGuWKBI1qJPtzjB3t43EGhsGHHM ndugRWwCcJrE1lmr4wszr8FJH+il2tLrTsDkwIk+4fYGQMJrX445K/fvjRKD5mjQ hNvyfpaJayN2c+IE9lN3TYFu9xhW+JhyVvAeNtimq0LhNboJ1GTV5/x7OiWmbGjX oo0Cj85LzgQiprj6OLOjusLQvwfz0+1an0UXu0bwNJdqY/oHMQSzfQRFprhPShDN k3nIBhIQQKdDUQS0Db+V1Zv7NSIvvMzfyw+OVo1npx0vDgshGtpQIEgQZZkc2Xrs D2a6Qw6sgSqWzNywj0OGsYu+v5DaoMj1WjA158NJB1jeYO+IDYcRpNsAwp+TYIgr ORgAg9YlfAxXvl+JnbcBF7o+yi784NZaNnrHsNpAdtfJQFjeqxYvzMWG/usYvwtF djiqr3hPT08= =ULx6 -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 19 14:31:25 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: EuAndreh Subject: bug#58874: closed (Re: [bug#58874] [PATCH] doc: Update reference to special-files-service-type.) Message-ID: References: <87sfj0m1kb.fsf@cbaines.net> <20221029024009.10930-1-eu@euandre.org> X-Gnu-PR-Message: they-closed 58874 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58874@debbugs.gnu.org Date: Thu, 03 Nov 2022 16:44:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1667493842-23011-1" This is a multi-part message in MIME format... ------------=_1667493842-23011-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58874: [PATCH] doc: Update reference to special-files-service-type. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 58874@debbugs.gnu.org. --=20 58874: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58874 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1667493842-23011-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 58874-done) by debbugs.gnu.org; 3 Nov 2022 16:43:06 +0000 Received: from localhost ([127.0.0.1]:50168 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqdJ4-0005xZ-FZ for submit@debbugs.gnu.org; Thu, 03 Nov 2022 12:43:06 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqdJ1-0005wk-W2 for 58874-done@debbugs.gnu.org; Thu, 03 Nov 2022 12:43:04 -0400 Received: from localhost (93-63-133-243.ip27.fastwebnet.it [93.63.133.243]) by mira.cbaines.net (Postfix) with ESMTPSA id EB9C127BBEA; Thu, 3 Nov 2022 16:43:01 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 6e1c8b05; Thu, 3 Nov 2022 16:43:01 +0000 (UTC) References: <20221029024009.10930-1-eu@euandre.org> User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines To: EuAndreh Subject: Re: [bug#58874] [PATCH] doc: Update reference to special-files-service-type. Date: Thu, 03 Nov 2022 17:42:37 +0100 In-reply-to: <20221029024009.10930-1-eu@euandre.org> Message-ID: <87sfj0m1kb.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 58874-done Cc: 58874-done@debbugs.gnu.org, guix-patches@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: -1.0 (-) --=-=-= Content-Type: text/plain EuAndreh via Guix-patches via writes: > * doc/guix.texi (Base Services): Update what the default value of > special-files-service-type is, which already includes /usr/bin/env, > and the accompanying examples. > --- > > The code for special-files-service-type changed in > a9162155975a131afa1e6a44262afbb7af91f7fd, this is the equivalent > documentation change. > > doc/guix.texi | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) Thanks! I've tweaked the commit message a bit, and pushed this to master as 7bb3644dd0344adb444911b4416f2f026856cb46. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNj75RfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdfTQ//e5kJxcTtEzFEd6+5tNCTYVrrzIySURd0 Vh+VaYpucGvudB8mjqC3Z6C1YFPmeErP87GCLFd0ZtRrs2p52lpk/VDI0LkjXZLi DC76RwpsrrZ3mQxLDlXhFEdeZPYe7JlErKSdq7Ydl0Ei4VwZswovb49zYwyNeMri PlwJqv/0mebKzvfO/UN3D+oqXyy0BYBTSxer9BRHiLx+/gsGQDtdno8S4TouNkTx 7m9Y6kKueOXcI9pvXAnNu13o13x4sj9Hew5zlWGuWKBI1qJPtzjB3t43EGhsGHHM ndugRWwCcJrE1lmr4wszr8FJH+il2tLrTsDkwIk+4fYGQMJrX445K/fvjRKD5mjQ hNvyfpaJayN2c+IE9lN3TYFu9xhW+JhyVvAeNtimq0LhNboJ1GTV5/x7OiWmbGjX oo0Cj85LzgQiprj6OLOjusLQvwfz0+1an0UXu0bwNJdqY/oHMQSzfQRFprhPShDN k3nIBhIQQKdDUQS0Db+V1Zv7NSIvvMzfyw+OVo1npx0vDgshGtpQIEgQZZkc2Xrs D2a6Qw6sgSqWzNywj0OGsYu+v5DaoMj1WjA158NJB1jeYO+IDYcRpNsAwp+TYIgr ORgAg9YlfAxXvl+JnbcBF7o+yi784NZaNnrHsNpAdtfJQFjeqxYvzMWG/usYvwtF djiqr3hPT08= =ULx6 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1667493842-23011-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Oct 2022 19:18:46 +0000 Received: from localhost ([127.0.0.1]:36680 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oorLy-00065y-7i for submit@debbugs.gnu.org; Sat, 29 Oct 2022 15:18:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:42012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oorLt-00065m-4n for submit@debbugs.gnu.org; Sat, 29 Oct 2022 15:18:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oorLU-0003KN-12 for guix-patches@gnu.org; Sat, 29 Oct 2022 15:18:39 -0400 Received: from box.euandre.org ([46.101.160.115]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oorLR-0001W5-RW for guix-patches@gnu.org; Sat, 29 Oct 2022 15:18:15 -0400 Received: from authenticated-user (box.euandre.org [46.101.160.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.euandre.org (Postfix) with ESMTPSA id 7DDFCFC3F4; Sat, 29 Oct 2022 16:17:37 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=euandre.org; s=mail; t=1667071058; bh=Xm8UKyXrHNe94VGgwyDdlmlqtFNGJ40EXlKjaX0S2Y0=; h=From:To:Cc:Subject:Date:From; b=NfEIBlAZDCywQ/b3orHazIT6wOlBlOGsDHsQgzPHi2suof9Z0LzctEBT/8rgzwm9K 7LKLtMHYW1yJwWw2crQZk5MELpiFpkL2YYPTbCmqXfsdPkMKmFxjpK+CIgS0BcIkCs cC70L/iLc9aaZspHKcqa4p0DJ7SmPAVXz20vj2fbeVKZGajQBW6QVIqzhiawpH8mRx bm2RkPCPmLEfxI97tbU2ddoKjYlurhMDjh2a4ZGa5p62D0IYsBczIZyaAHAibOdmS7 kFHQRLOkdpPypYE7EG0C6qPU43sOtkBF87H6QtfO75wxhBJ3w/cRdv16igmHyF6Vhv ZKJ6aiopWCdWQ== From: EuAndreh To: guix-patches@gnu.org Subject: [PATCH] doc: Update reference to special-files-service-type. Date: Fri, 28 Oct 2022 23:40:09 -0300 Message-Id: <20221029024009.10930-1-eu@euandre.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=46.101.160.115; envelope-from=eu@euandre.org; helo=box.euandre.org X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_12_24=1.049, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit Cc: EuAndreh 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: -1.6 (-) * doc/guix.texi (Base Services): Update what the default value of special-files-service-type is, which already includes /usr/bin/env, and the accompanying examples. --- The code for special-files-service-type changed in a9162155975a131afa1e6a44262afbb7af91f7fd, this is the equivalent documentation change. doc/guix.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 80fb3bc47f..449049fcc8 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17711,17 +17711,19 @@ and the second element is its target. By default it is: @cindex @file{/bin/sh} @cindex @file{sh}, in @file{/bin} @lisp -`(("/bin/sh" ,(file-append bash "/bin/sh"))) +`(("/bin/sh" ,(file-append bash "/bin/sh")) + ("/usr/bin/env" ,(file-append coreutils "/bin/env"))) @end lisp @cindex @file{/usr/bin/env} @cindex @file{env}, in @file{/usr/bin} -If you want to add, say, @code{/usr/bin/env} to your system, you can +If you want to add, say, @code{/bin/bash} to your system, you can change it to: @lisp `(("/bin/sh" ,(file-append bash "/bin/sh")) - ("/usr/bin/env" ,(file-append coreutils "/bin/env"))) + ("/usr/bin/env" ,(file-append coreutils "/bin/env")) + ("/bin/bash" ,(file-append bash "/bin/bash"))) @end lisp Since this is part of @code{%base-services}, you can use -- 2.38.0 ------------=_1667493842-23011-1--