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_7-9-gef77ea4


From: Alfred M. Szmidt
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_7-9-gef77ea4
Date: Sat, 19 Dec 2009 20:48:02 +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  ef77ea4de575bd1c15bae8c5bad2234602fdd127 (commit)
       via  19595fab42944975e113f0eb277221780d81b814 (commit)
      from  e13ef8f03f464f712716048e5cad0420c742b424 (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=ef77ea4de575bd1c15bae8c5bad2234602fdd127


commit ef77ea4de575bd1c15bae8c5bad2234602fdd127
Author: Alfred M. Szmidt <address@hidden>
Date:   Sat Dec 19 21:53:45 2009 +0100

    configure.ac: Bump version number to 1.7.90.

diff --git a/ChangeLog b/ChangeLog
index 56455ce..bcb67d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-19  Alfred M. Szmidt  <address@hidden>
+
+       * configure.ac: Bump version number to 1.7.90.
+
 2009-12-19  Winston Edmond  <address@hidden>
 
        * inetd/inetd.c (main): Close CTRL before exiting main loop.
diff --git a/configure.ac b/configure.ac
index 1304b66..42c4a72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT([GNU inetutils], [1.7], address@hidden)
+AC_INIT([GNU inetutils], [1.7.90], address@hidden)
 
 AC_CONFIG_SRCDIR([inetd/inetd.c])
 AC_CONFIG_AUX_DIR([build-aux])

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=19595fab42944975e113f0eb277221780d81b814


commit 19595fab42944975e113f0eb277221780d81b814
Author: Alfred M. Szmidt <address@hidden>
Date:   Sat Dec 19 21:53:08 2009 +0100

    inetd/inetd.c (main): Close CTRL before exiting main loop.

diff --git a/ChangeLog b/ChangeLog
index 4e53b2c..56455ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-19  Winston Edmond  <address@hidden>
+
+       * inetd/inetd.c (main): Close CTRL before exiting main loop.
+
 2009-12-17  Simon Josefsson  <address@hidden>
 
        * man/Makefile.am (all): Add ping6.1.
diff --git a/inetd/inetd.c b/inetd/inetd.c
index 88da205..d427abb 100644
--- a/inetd/inetd.c
+++ b/inetd/inetd.c
@@ -2023,6 +2023,8 @@ main (int argc, char *argv[], char *envp[])
                                "%s/%s server failing (looping), service 
terminated",
                                sep->se_service, sep->se_proto);
                        close_sep (sep);
+                       if (! sep->se_wait && sep->se_socktype == SOCK_STREAM)
+                         close (ctrl);
                        signal_unblock (NULL);
                        if (!timingout)
                          {

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

Summary of changes:
 ChangeLog     |    8 ++++++++
 configure.ac  |    2 +-
 inetd/inetd.c |    2 ++
 3 files changed, 11 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 




reply via email to

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