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-34-g6332b5


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-34-g6332b5f
Date: Sun, 19 Feb 2012 16:30:07 +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  6332b5f813bfe72855f5f476699053e22d13b512 (commit)
      from  c7d1ce3563946228f9c6d8a18fa4252a199f1bab (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=6332b5f813bfe72855f5f476699053e22d13b512


commit 6332b5f813bfe72855f5f476699053e22d13b512
Author: Mats Erik Andersson <address@hidden>
Date:   Sun Feb 19 16:40:25 2012 +0100

    Use gnulib module sethostname.

diff --git a/ChangeLog b/ChangeLog
index 9527247..bdec92f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-19  Mats Erik Andersson <address@hidden>
+
+       * bootstrap.conf (gnulib_modules): Add sethostname to list.
+
+       * tests/syslogd.sh: Sleep slightly before evaluating outcome.
+
 2012-02-18  Mats Erik Andersson <address@hidden>
 
        * README (Notes): Explicitly name extent of Shishi support.
diff --git a/bootstrap.conf b/bootstrap.conf
index d91b654..7a9fe5e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -77,6 +77,7 @@ readutmp
 realloc-gnu
 regex
 setenv
+sethostname
 signal
 size_max
 snprintf
diff --git a/tests/syslogd.sh b/tests/syslogd.sh
index a362dd7..107b0f1 100755
--- a/tests/syslogd.sh
+++ b/tests/syslogd.sh
@@ -431,6 +431,9 @@ if $do_standard_port; then
        "IPv6 to standard port. (pid $$)"
 fi
 
+# Delay detection due to observed race condition.
+sleep 1
+
 # Detection of registered messages.
 #
 COUNT=`grep "$TAG" "$OUT" | wc -l`

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

Summary of changes:
 ChangeLog        |    6 ++++++
 bootstrap.conf   |    1 +
 tests/syslogd.sh |    3 +++
 3 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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