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_8-181-g399b72e


From: Giuseppe Scrivano
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-181-g399b72e
Date: Tue, 29 Nov 2011 14:47:23 +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  399b72eb69f3213ea802debea11ff316e10e44c5 (commit)
      from  77d5ea7a6fcbf8cb1789b60522a2cecab36c73cd (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=399b72eb69f3213ea802debea11ff316e10e44c5


commit 399b72eb69f3213ea802debea11ff316e10e44c5
Author: Giuseppe Scrivano <address@hidden>
Date:   Tue Nov 29 15:29:23 2011 +0100

    tests: fix a failure.

diff --git a/ChangeLog b/ChangeLog
index b58ce2f..a8b333d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-29  Giuseppe Scrivano  <address@hidden>
+
+       * tests/syslogd.sh: Use 12.0.0.1 and [::1] instead of localhost as
+       arguments to logger.
+
 2011-11-29  Mats Erik Andersson <address@hidden>
 
        * whois/make_ip_del.pl: Compute netmasks correctly
diff --git a/tests/syslogd.sh b/tests/syslogd.sh
index c9ee342..2a504d7 100755
--- a/tests/syslogd.sh
+++ b/tests/syslogd.sh
@@ -225,8 +225,8 @@ $IU_LOGGER -h $IU_LONG_SOCKET -p user.info -t $TAG "Sending 
via long socket name
 
 if [ "$USER" = "root" ]; then
        TESTCASES=$((TESTCASES + 2))
-       $IU_LOGGER -4 -h localhost -p user.info -t $TAG "Sending IPv4 message. 
(pid $$)"
-       $IU_LOGGER -6 -h localhost -p user.info -t $TAG "Sending IPv6 message. 
(pid $$)"
+       $IU_LOGGER -4 -h 127.0.0.1 -p user.info -t $TAG "Sending IPv4 message. 
(pid $$)"
+       $IU_LOGGER -6 -h "[::1]" -p user.info -t $TAG "Sending IPv6 message. 
(pid $$)"
 fi
 
 # Detection of registered messages.

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

Summary of changes:
 ChangeLog        |    5 +++++
 tests/syslogd.sh |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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