[PATCH core-updates] gnu: inetutils: Let telnetd and rlogind find login.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 8 Oct 2020 21:57
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201008195749.8316-1-mike@rohleder.de
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(+)

Toggle diff (14 lines)
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
L
L
Ludovic Courtès wrote on 22 Oct 2020 16:35
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43870-done@debbugs.gnu.org)
87eelqtjkp.fsf@gnu.org
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (6 lines)
> 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.

Applied to ‘core-updates’, thanks!

Ludo’.
Closed
?