emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58874: closed ([PATCH] doc: Update reference to special-files-servic


From: GNU bug Tracking System
Subject: bug#58874: closed ([PATCH] doc: Update reference to special-files-service-type.)
Date: Thu, 03 Nov 2022 16:44:02 +0000

Your message dated Thu, 03 Nov 2022 17:42:37 +0100
with message-id <87sfj0m1kb.fsf@cbaines.net>
and subject line Re: [bug#58874] [PATCH] doc: Update reference to 
special-files-service-type.
has caused the debbugs.gnu.org bug report #58874,
regarding [PATCH] doc: Update reference to special-files-service-type.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58874: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58874
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#58874] [PATCH] doc: Update reference to special-files-service-type. Date: Thu, 03 Nov 2022 17:42:37 +0100 User-agent: mu4e 1.8.9; emacs 28.1
EuAndreh via Guix-patches via <guix-patches@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]