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  d01210da4810bbcee9f3f5cfad37a654639468ea (commit)
      from  7bf459b53e0faacbb14de13e8e5571085109907b (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=d01210da4810bbcee9f3f5cfad37a654639468ea


commit d01210da4810bbcee9f3f5cfad37a654639468ea
Author: Mats Erik Andersson <[email protected]>
Date:   Sun Aug 25 19:23:00 2013 +0200

    False negative in test.

diff --git a/ChangeLog b/ChangeLog
index fd02225..6f2139e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-08-25  Mats Erik Andersson  <[email protected]>
+
+       False negative while testing syslogd.
+
+       * tests/syslogd.sh (iu_socklen_max): Do not accept
+       `GNU/kFreeBSD' as a system supporting unix sockets
+       of length 108.
+
 2013-08-18  Mats Erik Andersson  <[email protected]>
 
        * tests/Makefile.am (check_PROGRAMS) [ENABLE_inetd]:
diff --git a/tests/syslogd.sh b/tests/syslogd.sh
index 93ad0a1..85a8fb2 100755
--- a/tests/syslogd.sh
+++ b/tests/syslogd.sh
@@ -91,8 +91,7 @@ do_standard_port=true
 iu_socklen_max=104     # BSD flavour!
 
 IU_OS=`uname -s`
-if test "$IU_OS" = "Linux" || test "$IU_OS" = "GNU/kFreeBSD" ||
-       test "$IU_OS" = "SunOS"; then
+if test "$IU_OS" = "Linux" || test "$IU_OS" = "SunOS"; then
     # Aim at the boundary of 108 characters.
     iu_socklen_max=108
 fi

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

Summary of changes:
 ChangeLog        |    8 ++++++++
 tests/syslogd.sh |    3 +--
 2 files changed, 9 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