guix-commits
[Top][All Lists]
Advanced

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

01/02: system: Add sudo to '%base-packages'.


From: Ludovic Courtès
Subject: 01/02: system: Add sudo to '%base-packages'.
Date: Sat, 13 Dec 2014 15:22:50 +0000

civodul pushed a commit to branch master
in repository guix.

commit a8a086e3928371863b23451f52210d74f4c78ab8
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 13 15:39:46 2014 +0100

    system: Add sudo to '%base-packages'.
    
    * gnu/system.scm (%base-packages): Add SUDO.
---
 gnu/system.scm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index b14991e..fc8b57f 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -336,6 +336,11 @@ explicitly appear in OS."
          net-tools                        ; XXX: remove when Inetutils suffices
          man-db
 
+         ;; The 'sudo' command is already in %SETUID-PROGRAMS, but we also
+         ;; want the other commands and the man pages (notably because
+         ;; auto-completion in Emacs shell relies on man pages.)
+         sudo
+
          ;; Get 'insmod' & co. from kmod, not module-init-tools, since udev
          ;; already depends on it anyway.
          kmod eudev



reply via email to

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