all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75128] [PATCH] doc: Fix documentation for privileged-programs.
@ 2024-12-26 23:06 Ale Abdo
  0 siblings, 0 replies; only message in thread
From: Ale Abdo @ 2024-12-26 23:06 UTC (permalink / raw)
  To: 75128; +Cc: Ale Abdo, Ludovic Courtès, Maxim Cournoyer

* doc/guix.texi (Privileged Programs): Properly close list.

Probable issue behind https://issues.guix.gnu.org/73451

Change-Id: Idcf4d242b0bc3d9fd7ad345eef2b65e2047ca473
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index da4d2f5ebc..347224f004 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -42600,7 +42600,7 @@ Privileged Programs
   (privileged-programs
     (append (list (privileged-program
                     (program (file-append nfs-utils "/sbin/mount.nfs"))
-                    (setuid? #t))
+                    (setuid? #t)))
             %default-privileged-programs)))
 @end lisp
 

base-commit: 8f24cefc2c8f91ab63bdf5f816ca49fa7adb43d7
-- 
2.47.1







^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-26 23:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-26 23:06 [bug#75128] [PATCH] doc: Fix documentation for privileged-programs Ale Abdo

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.