commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-332-g06123


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-332-g0612350
Date: Fri, 30 Aug 2013 23:47:00 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  06123506eaa0923fe999d96020bbe4597ed81534 (commit)
      from  56660118ac33f48f071cb51d2a13d09cc2e77178 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=06123506eaa0923fe999d96020bbe4597ed81534


commit 06123506eaa0923fe999d96020bbe4597ed81534
Author: Mats Erik Andersson <address@hidden>
Date:   Sat Aug 31 01:46:25 2013 +0200

    ftpd: Status reveals timeout.

diff --git a/ChangeLog b/ChangeLog
index b79298b..f32ee25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-08-31  Mats Erik Andersson  <address@hidden>
 
+       * ftpd/ftpd.c (statcmd): Report session timeout.
+
+2013-08-31  Mats Erik Andersson  <address@hidden>
+
        Support BSD libedit.  (Used on GNU/kFreeBSD.)
 
        * am/readline.m4 (gl_FUNC_READLINE): Check for headers
diff --git a/ftpd/ftpd.c b/ftpd/ftpd.c
index 79839bd..1174dbc 100644
--- a/ftpd/ftpd.c
+++ b/ftpd/ftpd.c
@@ -1573,6 +1573,7 @@ statcmd (void)
   if (!isdigit (cred.remotehost[0]))
     printf (" (%s)", addrstr);
   printf ("\r\n");
+  printf ("     Session timeout is %d seconds\r\n", timeout);
   if (cred.logged_in)
     {
       if (cred.guest)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    4 ++++
 ftpd/ftpd.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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