GNU bug report logs - #58874
[PATCH] doc: Update reference to special-files-service-type.

Previous Next

Package: guix-patches;

Reported by: EuAndreh <eu <at> euandre.org>

Date: Sat, 29 Oct 2022 19:19:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58874 in the body.
You can then email your comments to 58874 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58874; Package guix-patches. (Sat, 29 Oct 2022 19:19:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to EuAndreh <eu <at> euandre.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 29 Oct 2022 19:19:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: EuAndreh <eu <at> euandre.org>
To: guix-patches <at> gnu.org
Cc: EuAndreh <eu <at> euandre.org>
Subject: [PATCH] doc: Update reference to special-files-service-type.
Date: Fri, 28 Oct 2022 23:40:09 -0300
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#58874; Package guix-patches. (Thu, 03 Nov 2022 16:44:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: EuAndreh <eu <at> euandre.org>
Cc: 58874-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#58874] [PATCH] doc: Update reference to
 special-files-service-type.
Date: Thu, 03 Nov 2022 17:42:37 +0100
[Message part 1 (text/plain, inline)]
EuAndreh via Guix-patches via <guix-patches <at> gnu.org> 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
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Thu, 03 Nov 2022 16:44:02 GMT) Full text and rfc822 format available.

Notification sent to EuAndreh <eu <at> euandre.org>:
bug acknowledged by developer. (Thu, 03 Nov 2022 16:44:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 02 Dec 2022 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.