guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: inetutils: Let telnetd and rlogind fin


From: guix-commits
Subject: branch core-updates updated: gnu: inetutils: Let telnetd and rlogind find login.
Date: Thu, 22 Oct 2020 10:34:59 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new c773ce0  gnu: inetutils: Let telnetd and rlogind find login.
c773ce0 is described below

commit c773ce09d7983d2b2425133800da39bb4d92ebb2
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Oct 8 21:57:49 2020 +0200

    gnu: inetutils: Let telnetd and rlogind find login.
    
    Without the shadow input, configure doesn't find login and sets PATH_LOGIN 
to a
    (wrong) default value, which means that rlogind and telnetd doesn't work.
    
    * gnu/packages/admin.scm (inetutils): Let telnetd and rlogind find login.
    [inputs]: Add shadow.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/admin.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 81ddeac..8a6f13b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -636,6 +636,7 @@ re-executing them as necessary.")
        ;; "Failed to tell switch -a apart from -A".
        #:parallel-tests? #f))
     (inputs `(("coreutils*" ,coreutils)
+              ("shadow" ,shadow)    ;for login (used in telnetd and rlogind)
               ("ncurses" ,ncurses)
               ("readline" ,readline)))        ;for 'ftp'
     (native-inputs (if (member (%current-system)



reply via email to

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