guix-patches
[Top][All Lists]
Advanced

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

[bug#43870] [PATCH core-updates] gnu: inetutils: Let telnetd and rlogind


From: Michael Rohleder
Subject: [bug#43870] [PATCH core-updates] gnu: inetutils: Let telnetd and rlogind find login.
Date: Thu, 8 Oct 2020 21:57:49 +0200

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.
---
 gnu/packages/admin.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e62a145614..600b0ce097 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -630,6 +630,7 @@ re-executing them as necessary.")
        ;; "Failed to tell switch -a apart from -A".
        #:parallel-tests? #f))
     (inputs `(("ncurses" ,ncurses)
+              ("shadow" ,shadow)    ;for login (used in telnetd and rlogind)
               ("readline" ,readline)))        ;for 'ftp'
     (native-inputs (if (member (%current-system)
                                (package-supported-systems net-tools))
-- 
2.28.0






reply via email to

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