emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#43870: closed ([PATCH core-updates] gnu: inetutils: Let telnetd and rlogind find login.)
Date: Thu, 22 Oct 2020 14:36:02 +0000

Your message dated Thu, 22 Oct 2020 16:35:18 +0200
with message-id <87eelqtjkp.fsf@gnu.org>
and subject line Re: [bug#43870] [PATCH core-updates] gnu: inetutils: Let 
telnetd and rlogind find login.
has caused the debbugs.gnu.org bug report #43870,
regarding [PATCH core-updates] gnu: inetutils: Let telnetd and rlogind find 
login.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43870: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43870
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43870] [PATCH core-updates] gnu: inetutils: Let telnetd and rlogind find login. Date: Thu, 22 Oct 2020 16:35:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
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’.


--- End Message ---

reply via email to

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