unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43870] [PATCH core-updates] gnu: inetutils: Let telnetd and rlogind find login.
@ 2020-10-08 19:57 Michael Rohleder
  2020-10-22 14:35 ` bug#43870: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-10-08 19:57 UTC (permalink / raw)
  To: 43870; +Cc: Michael Rohleder

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43870: [PATCH core-updates] gnu: inetutils: Let telnetd and rlogind find login.
  2020-10-08 19:57 [bug#43870] [PATCH core-updates] gnu: inetutils: Let telnetd and rlogind find login Michael Rohleder
@ 2020-10-22 14:35 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-10-22 14:35 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 43870-done

Hi,

Michael Rohleder <mike@rohleder.de> skribis:

> 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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-22 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 19:57 [bug#43870] [PATCH core-updates] gnu: inetutils: Let telnetd and rlogind find login Michael Rohleder
2020-10-22 14:35 ` bug#43870: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).