GNU bug report logs - #75128
[PATCH] doc: Fix documentation for privileged-programs.

Previous Next

Package: guix-patches;

Reported by: Ale Abdo <abdo <at> member.fsf.org>

Date: Thu, 26 Dec 2024 23:09:01 UTC

Severity: minor

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


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

From: Ale Abdo <abdo <at> member.fsf.org>
To: guix-patches <at> gnu.org
Cc: Ale Abdo <abdo <at> member.fsf.org>
Subject: [PATCH] doc: Fix documentation for privileged-programs.
Date: Fri, 27 Dec 2024 00:06:40 +0100
* 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







This bug report was last modified 110 days ago.

Previous Next


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