Archived
1
0
Fork 0

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>
This commit is contained in:
Michael Rohleder 2020-10-08 21:57:49 +02:00 committed by Ludovic Courtès
parent 1c2889b1ce
commit c773ce09d7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)