unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58874] [PATCH] doc: Update reference to special-files-service-type.
@ 2022-10-29  2:40 EuAndreh via Guix-patches via
  2022-11-03 16:42 ` bug#58874: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: EuAndreh via Guix-patches via @ 2022-10-29  2:40 UTC (permalink / raw)
  To: 58874; +Cc: EuAndreh

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58874: [PATCH] doc: Update reference to special-files-service-type.
  2022-10-29  2:40 [bug#58874] [PATCH] doc: Update reference to special-files-service-type EuAndreh via Guix-patches via
@ 2022-11-03 16:42 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-11-03 16:42 UTC (permalink / raw)
  To: EuAndreh; +Cc: 58874-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 599 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-03 16:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-29  2:40 [bug#58874] [PATCH] doc: Update reference to special-files-service-type EuAndreh via Guix-patches via
2022-11-03 16:42 ` bug#58874: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).