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 <[email protected]>
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  <[email protected]>
+
+       * tests/syslogd.sh: Use 12.0.0.1 and [::1] instead of localhost as
+       arguments to logger.
+
 2011-11-29  Mats Erik Andersson <[email protected]>
 
        * 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 

_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to